New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public TranslateTransform3D()

Fields

C#
public static AutomationProperty OffsetXProperty
C#
public static AutomationProperty OffsetYProperty
C#
public static AutomationProperty OffsetZProperty

Properties

C#
[DataMember]
public double OffsetX { get; set; }
C#
[DataMember]
public double OffsetY { get; set; }
C#
[DataMember]
public double OffsetZ { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AffineTransform3D.GetRealType()