menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AutoIndentMode - API Reference

    Show / Hide Table of Contents

    Enum AutoIndentMode

    Defines the constants that specifies the mode of auto indenting in EditControl.

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

    Fields

    Name Description
    Block

    Specifies the block mode that helps to begins the next line at same place as the previous.

    None

    Specifies that auto indent functionalities cannot be performed in EditControl.

    Smart

    Specifies the smart mode that starts the column of the next line based on the indentation properties of lexems.

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