New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public ScaleTransform()

Fields

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

Properties

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

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Transform.GetRealType()