New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public CompositeTransform()

Fields

C#
public static AutomationProperty CenterXProperty
C#
public static AutomationProperty CenterYProperty
C#
public static AutomationProperty RotationProperty
C#
public static AutomationProperty ScaleXProperty
C#
public static AutomationProperty ScaleYProperty
C#
public static AutomationProperty SkewXProperty
C#
public static AutomationProperty SkewYProperty
C#
public static AutomationProperty TranslateXProperty
C#
public static AutomationProperty TranslateYProperty

Properties

C#
[DataMember]
public double CenterX { get; set; }
C#
[DataMember]
public double CenterY { get; set; }
C#
[DataMember]
public double Rotation { get; set; }
C#
[DataMember]
public double ScaleX { get; set; }
C#
[DataMember]
public double ScaleY { get; set; }
C#
[DataMember]
public double SkewX { get; set; }
C#
[DataMember]
public double SkewY { get; set; }
C#
[DataMember]
public double TranslateX { get; set; }
C#
[DataMember]
public double TranslateY { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Transform.GetRealType()