FontSize Property (GridBase)
In This Topic
Gets or sets the font size applied to normal cells.
Syntax
'Declaration
Public Property FontSize As Double
'Usage
Dim instance As GridBase
Dim value As Double
instance.FontSize = value
value = instance.FontSize
public double FontSize {get; set;}
See Also