ClassVector3D
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Vector3D : AutomationObject<Vector3D>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Vector3D>Vector3D
Implements:
Inherited Members
Constructors
Vector3D()
Declaration
cs-api-definition
public Vector3D()
Fields
LengthProperty
Declaration
cs-api-definition
public static AutomationProperty LengthProperty
Field Value
LengthSquaredProperty
Declaration
cs-api-definition
public static AutomationProperty LengthSquaredProperty
Field Value
XProperty
Declaration
cs-api-definition
public static AutomationProperty XProperty
Field Value
YProperty
Declaration
cs-api-definition
public static AutomationProperty YProperty
Field Value
ZProperty
Declaration
cs-api-definition
public static AutomationProperty ZProperty
Field Value
Properties
Length
Declaration
cs-api-definition
[DataMember]
public virtual double Length { get; set; }
Property Value
LengthSquared
Declaration
cs-api-definition
[DataMember]
public virtual double LengthSquared { get; set; }
Property Value
X
Declaration
cs-api-definition
[DataMember]
public virtual double X { get; set; }
Property Value
Y
Declaration
cs-api-definition
[DataMember]
public virtual double Y { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type