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


In This Topic
RowHeaderTypeface Property
In This Topic
Gets or sets the font family applied to row header cells.
Syntax
'Declaration
 
Public Property RowHeaderTypeface As Android.Graphics.Typeface
 
'Usage
 
Dim instance As GridBase
Dim value As Android.Graphics.Typeface
 
instance.RowHeaderTypeface = value
 
value = instance.RowHeaderTypeface
See Also