Table of Contents

Method GetLineStyles

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

GetLineStyles(int, IList<ILineStyle>)

Finds all linestyles in the LineStyles collection located inside specified line.

public virtual int GetLineStyles(int line, IList<ILineStyle> list)

Parameters

line int

The index of the line to find.

list IList<ILineStyle>

Represents the collection of the bookmarks located within the specified range.

Returns

int

The number of the linestyles located within the specified range.