ComponentOne Xamarin.Android
TodayTypeface Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : TodayTypeface Property
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

Reference

C1Calendar Class
C1Calendar Members