ComponentOne Xamarin.iOS
FontFamily Property (C1MaskedTextField)


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

Reference

C1MaskedTextField Class
C1MaskedTextField Members