Table of Contents

Method RemoveLineStyle

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

RemoveLineStyle(int)

Removes the first line style at the specified line.

public virtual void RemoveLineStyle(int line)

Parameters

line int

Index of the text line.

RemoveLineStyle(int, int)

Removes the first line style at the specified line.

public virtual void RemoveLineStyle(int line, int style)

Parameters

line int

Index of the text line.

style int

Index of style.