C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CheckBox Class / Color Property


In This Topic
Color Property (C1CheckBox)
In This Topic
Gets or sets the color used to paint the control.
Syntax
'Declaration
 
<Foundation.ExportAttribute("Color")>
<BrowsableAttribute(True)>
Public Property Color As UIKit.UIColor
 
'Usage
 
Dim instance As C1CheckBox
Dim value As UIKit.UIColor
 
instance.Color = value
 
value = instance.Color
See Also