menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TextWrap

    Defines how to wrap the text when it exceeds the element bounds WrapWithOverflow - Wraps the text so that no word is broken Wrap - Wraps the text and breaks the word, if necessary NoWrap - Text will no be wrapped

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

    Fields

    NoWrap

    Declaration
    public const TextWrap NoWrap
    Field Value
    Type
    TextWrap

    Wrap

    Declaration
    public const TextWrap Wrap
    Field Value
    Type
    TextWrap

    WrapWithOverflow

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