ClassPoint3D
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Point3D : AutomationObject<Point3D>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Point3D>Point3D
Implements:
Inherited Members
Constructors
Point3D()
Declaration
cs-api-definition
public Point3D()
Fields
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
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