Skip to main content
All docs
V25.2
  • TextProperties.UnderlineType Property

    The underline type for the text.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextUnderlineType? UnderlineType { get; set; }

    Property Value

    Type Description
    Nullable<TextUnderlineType>

    Specifies the underline type.

    Available values:

    Show 18 items
    Name Description Image
    None

    Text is not underlined.

    DevExpress Presentation API - Underline type - None

    Words

    Specifies an underline that spans words only, leaving spaces between words unformatted.

    Single

    Specifies a single straight underline.

    DevExpress Presentation API - Underline type - Single

    Double

    Specifies a double straight underline.

    DevExpress Presentation API - Underline type - Double

    Heavy

    Specifies a heavy straight underline.

    DevExpress Presentation API - Underline type - Heavy

    Dotted

    Specifies a dotted underline.

    DevExpress Presentation API - Underline type - Dotted

    HeavyDotted

    Specifies a heavy dotted underline.

    DevExpress Presentation API - Underline type - HeavyDotted

    Dashed

    Specifies a dashed underline.

    DevExpress Presentation API - Underline type - Dashed

    HeavyDashed

    Specifies a heavy dashed underline.

    DevExpress Presentation API - Underline type - HeavyDashed

    LongDashed

    Specifies a long-dashed underline.

    DevExpress Presentation API - Underline type - LongDashed

    HeavyLongDashed

    Specifies a heavy long-dashed underline.

    DevExpress Presentation API - Underline type - HeavyLongDashed

    DotDash

    Specifies a dot-dash underline.

    DevExpress Presentation API - Underline type - DotDash

    HeavyDotDash

    Specifies a heavy dot-dash underline.

    DevExpress Presentation API - Underline type - HeavyDotDash

    DotDotDash

    Specifies a dot-dot-dash underline.

    DevExpress Presentation API - Underline type - DotDotDash

    HeavyDotDotDash

    Specifies a heavy dot-dot-dash underline.

    DevExpress Presentation API - Underline type - HeavyDotDotDash

    Wavy

    Specifies a wavy underline.

    DevExpress Presentation API - Underline type - Wavy

    HeavyWavy

    Specifies a heavy wavy underline.

    DevExpress Presentation API - Underline type - HeavyWavy

    DoubleWavy

    Specifies a double wavy underline.

    DevExpress Presentation API - Underline type - DoubleWavy

    See Also