Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1FontIcon Class / FontFamily Property


In This Topic
    FontFamily Property (C1FontIcon)
    In This Topic
    Gets the font family containing the icon.
    Syntax
    'Declaration
     
    
    Public Property FontFamily As String
    'Usage
     
    
    Dim instance As C1FontIcon
    Dim value As String
     
    instance.FontFamily = value
     
    value = instance.FontFamily
    public string FontFamily {get; set;}
    See Also