ComponentOne Xamarin.iOS
CursorBackgroundColor Property


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

Reference

GridBase Class
GridBase Members