LineGeometry
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class LineGeometry : Geometry, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Geometry>GeometryLineGeometry
Implements:
Inherited Members
Constructors
C#
public LineGeometry()
Fields
C#
public static AutomationProperty EndPointProperty
C#
public static AutomationProperty StartPointProperty
Properties
C#
[DataMember]
public Point StartPoint { get; set; }