New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public PathFigure()

Fields

C#
public static AutomationProperty IsClosedProperty
C#
public static AutomationProperty IsFilledProperty
C#
public static AutomationProperty SegmentsProperty
C#
public static AutomationProperty StartPointProperty

Properties

C#
[DataMember]
public bool IsClosed { get; set; }
C#
[DataMember]
public bool IsFilled { get; set; }
C#
[DataMember]
public List<PathSegment> Segments { get; set; }
C#
[DataMember]
public Point StartPoint { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<PathFigure>.GetRealType()