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


In This Topic
    RowTextColor Property
    In This Topic
    Gets or sets the UIKit.UIColor that is used to paint the text color of rows.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("RowTextColor")>
    <BrowsableAttribute(True)>
    Public Property RowTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIColor
     
    instance.RowTextColor = value
     
    value = instance.RowTextColor
    [Foundation.Export("RowTextColor")]
    [Browsable(true)]
    public UIKit.UIColor RowTextColor {get; set;}
    See Also