Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / FontFamily Property


In This Topic
    FontFamily Property (C1MaskedTextField)
    In This Topic
    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