BitmapIcon
Namespace: FluentAvalonia.UI.Controls
Represents and icon that uses a bitmap as its content
C#
public class BitmapIcon : FAIconElement
Xaml
<ui:BitmapIcon />
Required Template Parts
None :)
Pseudoclasses
:disabled, :focus, :focus-visible, :focus-within, :pointerover
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.BitmapIcon.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.BitmapIcon.UriSource` property |
Events
Methods