ClassRotateTransform3D
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class RotateTransform3D : AffineTransform3D, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Transform3D>Transform3DAffineTransform3DRotateTransform3D
Implements:
Inherited Members
Constructors
RotateTransform3D()
Declaration
cs-api-definition
public RotateTransform3D()
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
RotationProperty
Declaration
cs-api-definition
public static AutomationProperty RotationProperty
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
Rotation
Declaration
cs-api-definition
[DataMember]
public Rotation3D Rotation { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type