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


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