Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Font Class / FontFamily Property


In This Topic
    FontFamily Property (C1Font)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontFamily As String
    'Usage
     
    
    Dim instance As C1Font
    Dim value As String
     
    value = instance.FontFamily
    public string FontFamily {get;}
    See Also