ClassPathFigure
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class PathFigure : AutomationObject<PathFigure>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<PathFigure>PathFigure
Implements:
Inherited Members
Constructors
PathFigure()
Declaration
cs-api-definition
public PathFigure()
Fields
IsClosedProperty
Declaration
cs-api-definition
public static AutomationProperty IsClosedProperty
Field Value
IsFilledProperty
Declaration
cs-api-definition
public static AutomationProperty IsFilledProperty
Field Value
SegmentsProperty
Declaration
cs-api-definition
public static AutomationProperty SegmentsProperty
Field Value
StartPointProperty
Declaration
cs-api-definition
public static AutomationProperty StartPointProperty
Field Value
Properties
Segments
Declaration
cs-api-definition
[DataMember]
public List<PathSegment> Segments { get; set; }
Property Value
StartPoint
Declaration
cs-api-definition
[DataMember]
public Point StartPoint { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type