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


In This Topic
Typeface Property (C1Calendar)
In This Topic
Gets or sets the default calendar typeface.
Syntax
'Declaration
 
Public Property Typeface As Android.Graphics.Typeface
 
'Usage
 
Dim instance As C1Calendar
Dim value As Android.Graphics.Typeface
 
instance.Typeface = value
 
value = instance.Typeface
See Also