PathFigure
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class PathFigure : AutomationObject<PathFigure>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<PathFigure>PathFigure
Implements:
Inherited Members
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 List<PathSegment> Segments { get; set; }
C#
[DataMember]
public Point StartPoint { get; set; }