Table of Contents

Enum SelectionType

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Defines type of the selection. AllowedSelectionMode

[Serializable]
public enum SelectionType

Fields

Block = 2

Specifies that selected text represents square block.

None = 0

Specifies that no text is selected.

Stream = 1

Specifies that selected text consists of consecutive characters.