ComponentOne Xamarin.iOS
SelectionTextColor Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : SelectionTextColor Property
Gets or sets the UIKit.UIColor of the selected text.
Syntax
'Declaration
 
<Foundation.ExportAttribute("SelectionTextColor")>
<BrowsableAttribute(True)>
Public Property SelectionTextColor As UIKit.UIColor
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.SelectionTextColor = value
 
value = instance.SelectionTextColor
[Foundation.Export("SelectionTextColor")]
[Browsable(true)]
public UIKit.UIColor SelectionTextColor {get; set;}
See Also

Reference

GridBase Class
GridBase Members