KC's Workspace
    Preparing search index...

    A value for the text-decoration shorthand property.

    interface TextDecoration {
        color: CssColor;
        line: TextDecorationLine;
        style: TextDecorationStyle;
        thickness: TextDecorationThickness;
    }
    Index

    Properties

    color: CssColor

    The color of the lines.

    The lines to display.

    The style of the lines.

    The thickness of the lines.