ComponentOne Xamarin.iOS
FontSize Property (C1MaskedTextField)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : FontSize Property
Gets or sets the size of the font.
Syntax
'Declaration
 
Public Property FontSize As Double
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize
public double FontSize {get; set;}
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members