WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum UnderlineStyle

    Show / Hide Table of Contents

    Enum UnderlineStyle

    Specifies style of the underline.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum UnderlineStyle
    Remarks

    This enum is not supported in MVC6 and Xamarin platforms.

    Fields

    Name Description
    Dash

    Dashes.

    DashHeavy

    Heavy dashes.

    DashLong

    Long dashes.

    DashLongHeavy

    Long heavy dashes.

    DotDash

    Alternating dots and dashes.

    DotDashHeavy

    Alternating heavy dots and heavy dashes.

    DotDot
    DotDotDash

    An alternating dot-dot-dash pattern.

    DotDotDashHeavy

    An alternating heavy dot-dot-dash pattern.

    Dotted

    Dots.

    DottedHeavy

    Heavy dots.

    Double

    A double line.

    None

    No underline.

    Single

    A single line. default.

    Thick

    A single thick line.

    Wavy

    A single wavy line.

    WavyDouble

    A double wavy line.

    WavyHeavy

    A heavy wavy line.

    Words

    Underline individual words only.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved