C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / TextSize Property


In This Topic
TextSize Property (GridBase)
In This Topic
Gets or sets the font size applied to normal cells.
Syntax
'Declaration
 
Public Property TextSize As Double
 
'Usage
 
Dim instance As GridBase
Dim value As Double
 
instance.TextSize = value
 
value = instance.TextSize
See Also