C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / SelectionAdornerColor Property


In This Topic
SelectionAdornerColor Property
In This Topic
Gets or sets the Nullable of the selection adorner.
Syntax
'Declaration
 
Public Property SelectionAdornerColor As Nullable(Of Color)
 
'Usage
 
Dim instance As GridBase
Dim value As Nullable(Of Color)
 
instance.SelectionAdornerColor = value
 
value = instance.SelectionAdornerColor
See Also