Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / OutlineColor Property


In This Topic
    OutlineColor Property
    In This Topic
    Gets or sets the color of the outline.
    Syntax
    'Declaration
     
    
    Public Property OutlineColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Nullable(Of Color)
     
    instance.OutlineColor = value
     
    value = instance.OutlineColor
    public Nullable<Color> OutlineColor {get; set;}
    See Also