Table of Contents

Method RemoveLineStyle

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

RemoveLineStyle(int)

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

void RemoveLineStyle(int line)

Parameters

line int

Index of the text line.

RemoveLineStyle(int, int)

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

void RemoveLineStyle(int line, int style)

Parameters

line int

Index of the text line.

style int

Index of style.