Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / SelectionAdornerBorderColor Property


In This Topic
    SelectionAdornerBorderColor Property
    In This Topic
    Gets or sets the Nullable of the selection adorner border.
    Syntax
    'Declaration
     
    
    Public Property SelectionAdornerBorderColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.SelectionAdornerBorderColor = value
     
    value = instance.SelectionAdornerBorderColor
    public Nullable<Color> SelectionAdornerBorderColor {get; set;}
    See Also