KC's Workspace
    Preparing search index...

    Interface GenericBorderFor_LineStyle

    A generic type that represents the border and outline shorthand properties.

    interface GenericBorderFor_LineStyle {
        color: CssColor;
        style: LineStyle;
        width: BorderSideWidth;
    }
    Index

    Properties

    Properties

    color: CssColor

    The border color.

    style: LineStyle

    The border style.

    The width of the border.