Table of Contents

Method GetStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetStyle(long)

Gets the attributes at the given position.

ITextBoxTextAttr GetStyle(long position)

Parameters

position long

Returns

ITextBoxTextAttr

Remarks

This function gets the combined style - that is, the style you see on the screen as a result of combining base style, paragraph style and character style attributes. To get the character or paragraph style alone, use GetUncombinedStyle.