EditorAutoSizeOption Enum

Definition

Enumerates values that control whether an editor will change size to accommodate input as the user enters it.

public enum EditorAutoSizeOption
type EditorAutoSizeOption = 
Inheritance
EditorAutoSizeOption

Fields

Disabled 0

Automatic resizing is not enabled. This is the default value.

TextChanges 1

Automatic resizing is enabled.

Applies to