menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextWrap - API Reference

    Show / Hide Table of Contents

    Class TextWrap

    Specifies text wrap options when the text overflowing the container.

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

    Fields

    AnyWhere

    Specifies to break a word at any point if there are no otherwise-acceptable break points in the line.

    Declaration
    public const TextWrap AnyWhere
    Field Value
    Type Description
    TextWrap

    Normal

    Specifies to break words only at allowed break points.

    Declaration
    public const TextWrap Normal
    Field Value
    Type Description
    TextWrap

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Specifies to break a word once it is too long to fit on a line by itself.

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