C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / FontSize Property


In This Topic
FontSize Property (C1MaskedTextView)
In This Topic
Gets or sets the size of the font.
Syntax
'Declaration
 
Public Property FontSize As Double
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize
See Also