ClassBitmapIconSourceExtension
Class
Custom which can provide values.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class BitmapIconSourceExtension : MarkupExtension
Inheritance: objectBitmapIconSourceExtension
Constructors
BitmapIconSourceExtension()
Declaration
cs-api-definition
public BitmapIconSourceExtension()
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