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

ImageIconSource

Namespace: FluentAvalonia.UI.Controls

Represents an icon source that uses an image type as its content.

C#

public class ImageIconSource : IconSource


Xaml

<ui:ImageIconSource />


Required Template Parts

None :)


Pseudoclasses




Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

Source Gets or sets the `Avalonia.Media.IImage` content this icon displays
SourceProperty Gets or sets the `FluentAvalonia.UI.Controls.ImageIconSource.Source` property


Events


Methods