Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumnHeaderCell Class / OutlineBorderColor Property


In This Topic
    OutlineBorderColor Property
    In This Topic
    Gets or sets the color of the outline border.
    Syntax
    'Declaration
     
    
    Public Property OutlineBorderColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As UIKit.UIColor
     
    instance.OutlineBorderColor = value
     
    value = instance.OutlineBorderColor
    public UIKit.UIColor OutlineBorderColor {get; set;}
    See Also