Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 UIKit.UIColor
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As UIKit.UIColor
     
    instance.OutlineColor = value
     
    value = instance.OutlineColor
    public UIKit.UIColor OutlineColor {get; set;}
    See Also