Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Font Class / Typeface Property


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