menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextDecoration - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextDecoration

    Defines how to decorate the text Overline - Decorates the text with a line above the text Underline - Decorates the text with an underline LineThrough - Decorates the text by striking it with a line None - Text will not have any specific decoration

    Inheritance
    System.Object
    TextDecoration
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TextDecoration : Enum

    Fields

    LineThrough

    Declaration
    public const TextDecoration LineThrough
    Field Value
    Type
    TextDecoration

    None

    Declaration
    public const TextDecoration None
    Field Value
    Type
    TextDecoration

    Overline

    Declaration
    public const TextDecoration Overline
    Field Value
    Type
    TextDecoration

    Underline

    Declaration
    public const TextDecoration Underline
    Field Value
    Type
    TextDecoration
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved