menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum UnderlineStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum UnderlineStyle

    Defines the constants that specifies the underline styles of code snippet in EditControl.

    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public enum UnderlineStyle

    Fields

    Name Description
    Dash

    Specifies the Dash line style for snippet text.

    DashDot

    Specifies the Dash-dot line style for snippet text.

    Dot

    Specifies the Dot line style for snippet text.

    None

    Specifies the no underlining of the text.

    Solid

    Specifies the one line under snippet text.

    Wave

    Specifies the Wave line style for snippet text.

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