PathGeometry
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class PathGeometry : Geometry, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Geometry>GeometryPathGeometry
Implements:
Inherited Members
Constructors
C#
public PathGeometry()
Fields
C#
public static AutomationProperty FiguresProperty
C#
public static AutomationProperty FillRuleProperty
Properties
C#
[DataMember]
public List<PathFigure> Figures { get; set; }