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


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