alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class UnderlineStyle

    UnderLineStyle Options

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

    Fields

    Dash

    This options define underline style as Dash

    Declaration
    public const UnderlineStyle Dash
    Field Value
    Type
    UnderlineStyle

    DashDot

    This options define underline style as DashDot

    Declaration
    public const UnderlineStyle DashDot
    Field Value
    Type
    UnderlineStyle

    Dot

    This options define underline style as Dot

    Declaration
    public const UnderlineStyle Dot
    Field Value
    Type
    UnderlineStyle

    Solid

    This options define underline style as Solid

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