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

    Specifies text wrap options when the text overflowing the container. They are: Normal - Specifies to break words only at allowed break points. Wrap - Specifies to break a word once it is too long to fit on a line by itself. AnyWhere - Specifies to break a word at any point if there are no otherwise-acceptable break points in the line.

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

    Fields

    AnyWhere

    Declaration
    public const TextWrap AnyWhere
    Field Value
    Type
    TextWrap

    Normal

    Declaration
    public const TextWrap Normal
    Field Value
    Type
    TextWrap

    Wrap

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