InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Style Class / BorderEdges Property

In This Topic
    BorderEdges Property (Style)
    In This Topic
    Gets Style.BorderEdges object that defines the colors used to paint each edge of the borders.
    Syntax
    'Declaration
     
    Public Property BorderEdges As BorderEdges
    public BorderEdges BorderEdges {get; set;}
    Remarks

    Normally, this property is empty, and the border is drawn using the color specified by the Style.BorderColor property.

    If any of the members of this property are set to non-transparent colors, then the specified color is used to paint the specific border.

    This property is only applicable if the Style.Corners are set to zero.

    See Also