alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class UnderlineStyle

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

    Inheritance
    System.Object
    UnderlineStyle
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class UnderlineStyle : Enum

    Fields

    Dash

    Specifies the Dash line style for snippet text.

    Declaration
    public const UnderlineStyle Dash
    Field Value
    Type
    UnderlineStyle

    DashDot

    Specifies the Dash-dot line style for snippet text.

    Declaration
    public const UnderlineStyle DashDot
    Field Value
    Type
    UnderlineStyle

    Dot

    Specifies the Dot line style for snippet text.

    Declaration
    public const UnderlineStyle Dot
    Field Value
    Type
    UnderlineStyle

    None

    Specifies the no underlining of the text.

    Declaration
    public const UnderlineStyle None
    Field Value
    Type
    UnderlineStyle

    Solid

    Specifies the one line under snippet text.

    Declaration
    public const UnderlineStyle Solid
    Field Value
    Type
    UnderlineStyle

    Wave

    Specifies the Wave line style for snippet text.

    Declaration
    public const UnderlineStyle Wave
    Field Value
    Type
    UnderlineStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved