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


In This Topic
    TextSize Property (C1ComboBox)
    In This Topic
    Gets or sets the text size of the control's text.
    Syntax
    'Declaration
     
    
    Public Property TextSize As Single
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Single
     
    instance.TextSize = value
     
    value = instance.TextSize
    public float TextSize {get; set;}
    See Also