ComponentOne Xamarin.Android
FontFamily Property (C1MaskedTextView)


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

Reference

C1MaskedTextView Class
C1MaskedTextView Members