C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / DayOfWeekTypeface Property


In This Topic
DayOfWeekTypeface Property
In This Topic
Gets or sets the day of week typeface.
Syntax
'Declaration
 
Public Property DayOfWeekTypeface As Android.Graphics.Typeface
 
'Usage
 
Dim instance As C1Calendar
Dim value As Android.Graphics.Typeface
 
instance.DayOfWeekTypeface = value
 
value = instance.DayOfWeekTypeface
See Also