New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public Vector3D()

Fields

C#
public static AutomationProperty LengthProperty
C#
public static AutomationProperty LengthSquaredProperty
C#
public static AutomationProperty XProperty
C#
public static AutomationProperty YProperty
C#
public static AutomationProperty ZProperty

Properties

C#
[DataMember]
public virtual double Length { get; set; }
C#
[DataMember]
public virtual double LengthSquared { get; set; }
C#
[DataMember]
public virtual double X { get; set; }
C#
[DataMember]
public virtual double Y { get; set; }
C#
[DataMember]
public virtual double Z { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<Vector3D>.GetRealType()