Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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