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