ComponentOne Xamarin.iOS
Color Property (C1CheckBox)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1CheckBox Class : Color Property
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
[Foundation.Export("Color")]
[Browsable(true)]
public UIKit.UIColor Color {get; set;}
See Also

Reference

C1CheckBox Class
C1CheckBox Members