Class
BitmapIconSourceExtension

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.

Declaration

cs-api-definition
public bool ShowAsMonochrome { get; set; }

Property Value

bool

Source

Gets or sets the Uri representing the image to display.

Declaration

cs-api-definition
public Uri Source { get; set; }

Property Value

Uri

Methods

ProvideValue()

Declaration

cs-api-definition
protected override object ProvideValue()

Returns

object