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


In This Topic
    SelectionTextColor Property (GridBase)
    In This Topic
    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