Table of Contents

Class PathGeometry

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
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

DirectProperty<PathGeometry, PathFigures>

FillRuleProperty

Defines the FillRule property.

public static readonly StyledProperty<FillRule> FillRuleProperty

Field Value

StyledProperty<FillRule>

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 string

The s.

Returns

PathGeometry

ToString()

public override string ToString()

Returns

string