Skip to main content Link Search Menu Expand Document (external link)

PathIconSource

Namespace: FluentAvalonia.UI.Controls

Represents an icon source that uses a vector path as its content.

C#

public class PathIconSource : IconSource


Xaml

<ui:PathIconSource />


Required Template Parts

None :)


Pseudoclasses




Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

Data Gets or sets a Geometry that specifies the shape to be drawn. In XAML. this can also be set using a string that describes Move and draw commands syntax.
DataProperty Defines the `FluentAvalonia.UI.Controls.PathIconSource.Data` property
Stretch Gets or sets a `FluentAvalonia.UI.Controls.PathIconSource.Stretch` enumeration value that describes how the shape fills its allocated space.
StretchDirection Gets or sets a value controlling in what direction contents will be stretched.
StretchDirectionProperty Defines the `FluentAvalonia.UI.Controls.PathIconSource.StretchDirection` property.
StretchProperty Defines the `FluentAvalonia.UI.Controls.PathIconSource.Stretch` property.


Events


Methods