New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public ScaleTransform3D()

Fields

C#
public static AutomationProperty CenterXProperty
C#
public static AutomationProperty CenterYProperty
C#
public static AutomationProperty CenterZProperty
C#
public static AutomationProperty ScaleXProperty
C#
public static AutomationProperty ScaleYProperty
C#
public static AutomationProperty ScaleZProperty

Properties

C#
[DataMember]
public double CenterX { get; set; }
C#
[DataMember]
public double CenterY { get; set; }
C#
[DataMember]
public double CenterZ { get; set; }
C#
[DataMember]
public double ScaleX { get; set; }
C#
[DataMember]
public double ScaleY { get; set; }
C#
[DataMember]
public double ScaleZ { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AffineTransform3D.GetRealType()