ClassBitmapIconExtension
Class
Custom which can provide values.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class BitmapIconExtension : MarkupExtension
Inheritance: objectBitmapIconExtension
Constructors
BitmapIconExtension()
Declaration
cs-api-definition
public BitmapIconExtension()
Properties
ShowAsMonochrome
Gets or sets a value indicating whether to display the icon as monochrome.
Source
Gets or sets the Uri representing the image to display.
Declaration
cs-api-definition
public Uri Source { get; set; }
Property Value
Uri