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

BitmapIconSource

Namespace: FluentAvalonia.UI.Controls

Represents an icon source that uses a bitmap as its content.

C#

public class BitmapIconSource : IconSource


Xaml

<ui:BitmapIconSource />


Required Template Parts

None :)


Pseudoclasses




Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

ShowAsMonochrome Gets or sets a value that indicates whether the bitmap is shown in a single color.
ShowAsMonochromeProperty Defines the `FluentAvalonia.UI.Controls.BitmapIconSource.ShowAsMonochrome` property
UriSource Gets or sets the Uniform Resource Identifier (URI) of the bitmap to use as the icon content.
UriSourceProperty Defines the `FluentAvalonia.UI.Controls.BitmapIconSource.UriSource` property


Events


Methods