Share via


TextDecorationLineStyleEnum Enumerated Type

Contains values that specify the underline text attribute.

Syntax

typedef enum {
    TextDecorationLineStyle_None,
    TextDecorationLineStyle_Single,
    TextDecorationLineStyle_WordsOnly,
    TextDecorationLineStyle_Double,
    TextDecorationLineStyle_Dot,
    TextDecorationLineStyle_Dash,
    TextDecorationLineStyle_DashDot,
    TextDecorationLineStyle_DashDotDot,
    TextDecorationLineStyle_Wavy,
    TextDecorationLineStyle_ThickSingle,
    TextDecorationLineStyle_DoubleWavy,
    TextDecorationLineStyle_ThickWavy,
    TextDecorationLineStyle_LongDash,
    TextDecorationLineStyle_ThickDash,
    TextDecorationLineStyle_ThickDashDot,
    TextDecorationLineStyle_ThickDashDotDot,
    TextDecorationLineStyle_ThickDot,
    TextDecorationLineStyle_ThickLongDash,
    TextDecorationLineStyle_Other
} TextDecorationLineStyleEnum;

Constants

  • TextDecorationLineStyle_None
    No line style.

  • TextDecorationLineStyle_Single
    A single solid line.

  • TextDecorationLineStyle_WordsOnly
    Only words (not spaces) are underlined.

  • TextDecorationLineStyle_Double
    A double line.

  • TextDecorationLineStyle_Dot
    A dotted line.

  • TextDecorationLineStyle_Dash
    A dashed line.

  • TextDecorationLineStyle_DashDot
    Alternating dashes and dots.

  • TextDecorationLineStyle_DashDotDot
    A dash followed by two dots.

  • TextDecorationLineStyle_Wavy
    A wavy line.

  • TextDecorationLineStyle_ThickSingle
    A thick single line.

  • TextDecorationLineStyle_DoubleWavy
    A double wavy line.

  • TextDecorationLineStyle_ThickWavy
    A thick wavy line.

  • TextDecorationLineStyle_LongDash
    Long dashes.

  • TextDecorationLineStyle_ThickDash
    A thick dashed line.

  • TextDecorationLineStyle_ThickDashDot
    Thick dashes alternating with thick dots.

  • TextDecorationLineStyle_ThickDashDotDot
    A thick dash followed by two thick dots.

  • TextDecorationLineStyle_ThickDot
    A thick dotted line.

  • TextDecorationLineStyle_ThickLongDash
    Thick long dashes.

  • TextDecorationLineStyle_Other
    A line style not represented by another value.

Enumerated Type Information

Header uiautomationcore.h
Minimum operating systems Windows XP

See Also

Text Attribute Identifiers