ComponentOne Xamarin.Android
FontSize Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : FontSize Property
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
public double FontSize {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members