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


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