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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextUnderlineType? UnderlineType { get; set; }

    Property Value

    Type
    Nullable<TextUnderlineType>

    Available values:

    Show 18 items
    Name
    None
    Words
    Single
    Double
    Heavy
    Dotted
    HeavyDotted
    Dashed
    HeavyDashed
    LongDashed
    HeavyLongDashed
    DotDash
    HeavyDotDash
    DotDotDash
    HeavyDotDotDash
    Wavy
    HeavyWavy
    DoubleWavy
    See Also