ClassScaleTransform3D
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class ScaleTransform3D : AffineTransform3D, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Transform3D>Transform3DAffineTransform3DScaleTransform3D
Implements:
Inherited Members
Constructors
ScaleTransform3D()
Declaration
cs-api-definition
public ScaleTransform3D()
Fields
CenterXProperty
Declaration
cs-api-definition
public static AutomationProperty CenterXProperty
Field Value
CenterYProperty
Declaration
cs-api-definition
public static AutomationProperty CenterYProperty
Field Value
CenterZProperty
Declaration
cs-api-definition
public static AutomationProperty CenterZProperty
Field Value
ScaleXProperty
Declaration
cs-api-definition
public static AutomationProperty ScaleXProperty
Field Value
ScaleYProperty
Declaration
cs-api-definition
public static AutomationProperty ScaleYProperty
Field Value
ScaleZProperty
Declaration
cs-api-definition
public static AutomationProperty ScaleZProperty
Field Value
Properties
CenterX
Declaration
cs-api-definition
[DataMember]
public double CenterX { get; set; }
Property Value
CenterY
Declaration
cs-api-definition
[DataMember]
public double CenterY { get; set; }
Property Value
CenterZ
Declaration
cs-api-definition
[DataMember]
public double CenterZ { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type