Table of Contents

Class Path

Namespace
Avalonia.Controls.Shapes
Assembly
Avalonia.Controls.dll
public class Path : Shape, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IStyleable, INamed, IInputElement, IDataTemplateHost, ISetterValue
Inheritance
Path
Implements
Inherited Members
Extension Methods

Constructors

Path()

public Path()

Fields

DataProperty

public static readonly StyledProperty<Geometry?> DataProperty

Field Value

StyledProperty<Geometry>

Properties

Data

public Geometry? Data { get; set; }

Property Value

Geometry

Methods

CreateDefiningGeometry()

Creates the shape's defining geometry.

protected override Geometry? CreateDefiningGeometry()

Returns

Geometry

Defining Geometry of the shape.