ComponentOne Xamarin.Android
Color Property (C1ToggleButton)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ToggleButton Class : Color Property
Gets or sets the color used to paint the control.
Syntax
'Declaration
 
Public Property Color As Nullable(Of Color)
'Usage
 
Dim instance As C1ToggleButton
Dim value As Nullable(Of Color)
 
instance.Color = value
 
value = instance.Color
public Nullable<Color> Color {get; set;}
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members