BitmapIcon.ShowAsMonochrome Property

Definition

Gets or sets a value that indicates whether the bitmap is shown in a single color.

public:
 property bool ShowAsMonochrome { bool get(); void set(bool value); };
bool ShowAsMonochrome();

void ShowAsMonochrome(bool value);
public bool ShowAsMonochrome { get; set; }
var boolean = bitmapIcon.showAsMonochrome;
bitmapIcon.showAsMonochrome = boolean;
Public Property ShowAsMonochrome As Boolean
<BitmapIcon ShowAsMonochrome="bool"/>

Property Value

Boolean

bool

true to show the bitmap in a single color; false to show the bitmap in full color. The default is true.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to