Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / NewRowTextColor Property


In This Topic
    NewRowTextColor Property
    In This Topic
    Gets or sets the UIKit.UIColor of the text and glyphs of the new row.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("NewRowTextColor")>
    <BrowsableAttribute(True)>
    Public Property NewRowTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As UIKit.UIColor
     
    instance.NewRowTextColor = value
     
    value = instance.NewRowTextColor
    [Foundation.Export("NewRowTextColor")]
    [Browsable(true)]
    public UIKit.UIColor NewRowTextColor {get; set;}
    See Also