Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Alpha Property


In This Topic
    Alpha Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Alpha As Single
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Single
     
    instance.Alpha = value
     
    value = instance.Alpha
    public virtual float Alpha {get; set;}
    See Also