Enum BracesOptions
Defines braces behavior.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum BracesOptions
Fields
Highlight = 1Specifies that matching braces should be highlighted.
HighlightBounds = 2Specifies that matching braces should be highlighted only if caret is positioned on the brace.
None = 0Specifies that no flags are in effect.
TempHighlight = 4Specifies that the highlighting will disappear after small delay.