KC's Workspace
    Preparing search index...

    A value for the border-style shorthand property.

    interface BorderStyle {
        bottom: LineStyle;
        left: LineStyle;
        right: LineStyle;
        top: LineStyle;
    }
    Index

    Properties

    Properties

    bottom: LineStyle

    The bottom value.

    left: LineStyle

    The left value.

    right: LineStyle

    The right value.

    The top value.