KC's Workspace
    Preparing search index...

    Interface GenericBorderFor_OutlineStyleAnd_11

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

    interface GenericBorderFor_OutlineStyleAnd_11 {
        color: CssColor;
        style: OutlineStyle;
        width: BorderSideWidth;
    }
    Index

    Properties

    Properties

    color: CssColor

    The border color.

    The border style.

    The width of the border.