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


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