Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / ButtonColor Property


In This Topic
    ButtonColor Property
    In This Topic
    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