ComponentOne Xamarin.Android
ButtonColor Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : ButtonColor Property
Gets or sets the color of the button content.
Syntax
'Declaration
 
Public Property ButtonColor As Android.Graphics.Color
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Graphics.Color
 
instance.ButtonColor = value
 
value = instance.ButtonColor
public Android.Graphics.Color ButtonColor {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members