ComponentOne Xamarin.iOS
Font Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : Font Property
Gets or sets the font applied to normal cells.
Syntax
'Declaration
 
Public Property Font As UIKit.UIFont
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIFont
 
instance.Font = value
 
value = instance.Font
public UIKit.UIFont Font {get; set;}
See Also

Reference

GridBase Class
GridBase Members