menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum WordWrapMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum WordWrapMode

    Defines the constants that specifies the mode of word wrapping in EditControl.

    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public enum WordWrapMode

    Fields

    Name Description
    Control

    Specifies that text in EditControl will be wrapped within the limit of its width.

    SpecifiedColumn

    Specifies that text in EditControl will be wrapped within the limit of specified column.

    WordWrapMargin

    Specifies that text in EditControl will be wrapped within the limit of text area.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved