Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / SelectionAdornerColor Property


In This Topic
    SelectionAdornerColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color of the selection adorner.
    Syntax
    'Declaration
     
    
    Public Property SelectionAdornerColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.SelectionAdornerColor = value
     
    value = instance.SelectionAdornerColor
    public Xamarin.Forms.Color SelectionAdornerColor {get; set;}
    See Also