ComponentOne Xamarin.iOS
Color Property (C1Icon)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Icon Class : Color Property
Gets or sets the color used to paint the icon.
Syntax
'Declaration
 
<Foundation.ExportAttribute("Color")>
<BrowsableAttribute(True)>
Public Property Color As UIKit.UIColor
'Usage
 
Dim instance As C1Icon
Dim value As UIKit.UIColor
 
instance.Color = value
 
value = instance.Color
[Foundation.Export("Color")]
[Browsable(true)]
public UIKit.UIColor Color {get; set;}
See Also

Reference

C1Icon Class
C1Icon Members