BitmapIcon.ShowAsMonochrome Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
bool