Table of Contents

Interface IEditBraceMatching

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

Represents extended properties and methods to handle matching braces within the Edit control.

public interface IEditBraceMatching : IBraceMatching

Properties

BackColor

When implemented by a class, gets or sets a value that represents background color to draw matching braces.

BracesOptions

When implemented by a class, gets or sets options specifying appearance and behavior of matching braces within Edit control.

ClosingBraces

When implemented by a class, gets or sets an array of characters each one representing a closing brace.

FontStyle

When implemented by a class, gets or sets a FontStyle value that is used to draw matching braces.

ForeColor

When implemented by a class, gets or sets a value that represents foreground color to draw matching braces.

OpenBraces

When implemented by a class, gets or sets an array of characters each one representing an open brace.

UseRoundRect

When implemented by a class, gets or sets a boolean value that indicates whether Edit control should draw rectangle around matching braces.

Methods

Assign(IEditBraceMatching)

When implemented by a class, copies the contents from another IEditBraceMatching object.

ResetBackColor()

When implemented by a class, resets the BackColor to the default value.

ResetFontStyle()

When implemented by a class, resets the FontStyle to the default value.

ResetForeColor()

When implemented by a class, resets the ForeColor to the default value.

ResetUseRoundRect()

When implemented by a class, resets the UseRoundRect to the default value.