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


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