Table of Contents

Method UnOutline

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

UnOutline(Point)

When implemented by a class, removes outlined section at the specific position.

void UnOutline(Point position)

Parameters

position Point

Specifies position in the text.

UnOutline(int)

When implemented by a class, removes all outline sections containing the given line.

void UnOutline(int index)

Parameters

index int

Specifies line in the text.

UnOutline()

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

void UnOutline()