Table of Contents

Enum BracesOptions

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

Defines braces behavior. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum BracesOptions

Fields

Highlight = 1

Specifies that matching braces should be highlighted.

HighlightBounds = 2

Specifies that matching braces should be highlighted only if caret is positioned on the brace.

None = 0

Specifies that no flags are in effect.

TempHighlight = 4

Specifies that the highlighting will disappear after small delay.