ColumnHeaderTextSize Property
In This Topic
Gets or sets the font size applied to column header cells.
Syntax
'Declaration
Public Property ColumnHeaderTextSize As Single
'Usage
Dim instance As GridBase
Dim value As Single
instance.ColumnHeaderTextSize = value
value = instance.ColumnHeaderTextSize
public float ColumnHeaderTextSize {get; set;}
See Also