New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public AxisAngleRotation3D()

Fields

C#
public static AutomationProperty AngleProperty
C#
public static AutomationProperty AxisProperty

Properties

C#
[DataMember]
public double Angle { get; set; }
C#
[DataMember]
public Vector3D Axis { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Rotation3D.GetRealType()