ComponentOne Xamarin.Android
TextSize Property (C1Calendar)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : TextSize Property
Gets or sets the font size for the default calendar.
Syntax
'Declaration
 
Public Property TextSize As Single
'Usage
 
Dim instance As C1Calendar
Dim value As Single
 
instance.TextSize = value
 
value = instance.TextSize
public float TextSize {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members