ComponentOne Basic Library for WPF and Silverlight
ShowAsMonochrome Property


C1.WPF Namespace > C1BitmapIcon Class : ShowAsMonochrome Property
Gets or sets a value that indicates whether the bitmap is shown in a single color.
Syntax
'Declaration
 
Public Property ShowAsMonochrome As System.Boolean
'Usage
 
Dim instance As C1BitmapIcon
Dim value As System.Boolean
 
instance.ShowAsMonochrome = value
 
value = instance.ShowAsMonochrome
public System.bool ShowAsMonochrome {get; set;}
See Also

Reference

C1BitmapIcon Class
C1BitmapIcon Members