C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / CursorBackgroundColor Property


In This Topic
CursorBackgroundColor Property
In This Topic
Gets or sets the Xamarin.Forms.Color that is used to paint the background of cursor cell.
Syntax
'Declaration
 
Public Property CursorBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As GridBase
Dim value As Xamarin.Forms.Color
 
instance.CursorBackgroundColor = value
 
value = instance.CursorBackgroundColor
See Also