Map for WinForms | ComponentOne
C1.Win.Map Namespace / Border Class / Color Property

In This Topic
    Color Property (Border)
    In This Topic
    Gets or sets the color of all sides of the border.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    public Color Color {get; set;}
    Remarks
    If different sides of the border have different colors, gets Color.Empty. Settings this property to Color.Empty does not have any effect.
    See Also