C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / FontFamily Property


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