Table of Contents

Interface IOutlining

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

Represents additional properties and methods that affects appearance and behavior of outline sections within Edit control.

public interface IOutlining : ICollapsable

Properties

AllowOutlining

When implemented by a class, gets or sets a value indicating whether outlining enabled. Added to provide a workaround for C++ CodeDOM parser.

CollapsedLineColor

When implemented by a class, gets or sets color that is used to draw collapsed line.

OutlineCollapsedImageIndex

When implemented by a class, gets or sets image index to draw outline button in the collapsed state.

OutlineColor

When implemented by a class, gets or sets color that is used to draw outline button.

OutlineExpandedImageIndex

When implemented by a class, gets or sets image index to draw outline button in the expanded state.

OutlineOptions

When implemented by a class, gets or sets outlining options. Added to provide a workaround for C++ CodeDOM parser.

UseRoundRect

When implemented by a class, gets or sets a boolean value indicating whether outlining buttons should be drawn with rounded corners.

Methods

Assign(IOutlining)

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

OutlineText()

When implemented by a class, tries to perform lexical analysis of entire text to create outline sections based on results of this analysis.

ResetOutlineColor()

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

UnOutlineText()

When implemented by a class, removes all outline section from outline collection.