Class PathGeometry
public class PathGeometry : StreamGeometry, INotifyPropertyChanged
- Inheritance
-
PathGeometry
- Implements
- Inherited Members
- Extension Methods
Constructors
PathGeometry()
Initializes a new instance of the PathGeometry class.
public PathGeometry()
Fields
FiguresProperty
Defines the Figures property.
public static readonly DirectProperty<PathGeometry, PathFigures?> FiguresProperty
Field Value
FillRuleProperty
Defines the FillRule property.
public static readonly StyledProperty<FillRule> FillRuleProperty
Field Value
Properties
Figures
Gets or sets the figures.
[Content]
public PathFigures? Figures { get; set; }
Property Value
- PathFigures
The figures.
FillRule
Gets or sets the fill rule.
public FillRule FillRule { get; set; }
Property Value
- FillRule
The fill rule.
Methods
Parse(string)
Parses the specified path data to a PathGeometry.
public static PathGeometry Parse(string pathData)
Parameters
pathData
stringThe s.
Returns
ToString()
public override string ToString()