Table of Contents

Interface IEditSyntaxPaint

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

Represents properties and methods to paint editor's content.

public interface IEditSyntaxPaint : ISyntaxPaint

Properties

ColumnsIndentForeColor

When implemented by a class, specifies columns indentation color.

DisabledBackColor

When implemented by a class, gets or sets background color used in the disabled state.

DisabledForeColor

When implemented by a class, gets or sets foreground color used in the disabled state.

DrawColumnsIndent

When implemented by a class, indicates whether edit control should draw columns indentation marks.

ReadonlyBackColor

When implemented by a class, gets or sets background color used in the readonly state.

ReadonlyForeColor

When implemented by a class, gets or sets foreground color used in the readonly state.

SyntaxErrorsHints

When implemented by a class, gets or sets a boolean value that indicates whether Edit control should display hint over each syntax error in it's content.

Methods

GetRectRegion(SelectionType, Rectangle, bool, bool)

When implemented by a class, returns region corresponding to given rectangle.

GetRectRegion(Rectangle)

When implemented by a class, returns region corresponding to given rectangle.

PaintLineBookMarks(IPainter, Rectangle)

When implemented by a class, paints collection of line bookmark.

PaintWindow(IPainter, int, Rectangle, Point, float, float, bool, bool)

When implemented by a class, paints editor's content.

ResetColumnsIndentForeColor()

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

ResetDisabledBackColor()

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

ResetDisabledForeColor()

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

ResetDrawColumnsIndent()

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

ResetReadonlyBackColor()

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

ResetReadonlyForeColor()

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

ResetSyntaxErrorsHints()

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