Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / RowHeaderFont Property


In This Topic
    RowHeaderFont Property
    In This Topic
    Gets or sets the font applied to row header.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderFont As UIKit.UIFont
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIFont
     
    instance.RowHeaderFont = value
     
    value = instance.RowHeaderFont
    public UIKit.UIFont RowHeaderFont {get; set;}
    See Also