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. |