Table of Contents

Method ToggleLineStyle

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

ToggleLineStyle(int, int)

When implemented by a class, sets or removes line style at the specified line.

void ToggleLineStyle(int line, int style)

Parameters

line int

Index of line to toggle line style.

style int

Index of style.

ToggleLineStyle(int, int, int)

When implemented by a class, sets or removes line style at the specified line.

void ToggleLineStyle(int line, int priority, int style)

Parameters

line int

Index of line to toggle line style.

priority int

Priority of the line style. This parameter is useful only for line styles having image indexes.

style int

Index of style.