Table of Contents

Method GetLexStyle

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

GetLexStyle(Point)

When implemented by a class, returns lexical style at specified position.

StringItemInfo GetLexStyle(Point position)

Parameters

position Point

Position of style where Y is index of item in string collection and X is index of character in this string.

Returns

StringItemInfo

Lexical style at specified position.