Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / HeaderTypeface Property


In This Topic
    HeaderTypeface Property
    In This Topic
    Gets or sets the header typeface.
    Syntax
    'Declaration
     
    
    Public Property HeaderTypeface As Android.Graphics.Typeface
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Android.Graphics.Typeface
     
    instance.HeaderTypeface = value
     
    value = instance.HeaderTypeface
    public Android.Graphics.Typeface HeaderTypeface {get; set;}
    See Also