New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public LineGeometry()

Fields

C#
public static AutomationProperty EndPointProperty
C#
public static AutomationProperty StartPointProperty

Properties

C#
[DataMember]
public Point EndPoint { get; set; }
C#
[DataMember]
public Point StartPoint { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Geometry.GetRealType()