ComponentOne Xamarin.iOS
ShowAsMonochrome Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1BitmapIcon Class : ShowAsMonochrome Property
Gets or sets a value that indicates whether the bitmap is shown in a single color.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowAsMonochrome")>
<BrowsableAttribute(True)>
Public Property ShowAsMonochrome As Boolean
'Usage
 
Dim instance As C1BitmapIcon
Dim value As Boolean
 
instance.ShowAsMonochrome = value
 
value = instance.ShowAsMonochrome
[Foundation.Export("ShowAsMonochrome")]
[Browsable(true)]
public bool ShowAsMonochrome {get; set;}
See Also

Reference

C1BitmapIcon Class
C1BitmapIcon Members