Table of Contents

Method ClearTextStyle

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

ClearTextStyle(int, int, TextStyle)

Removes style information from specified part of string.

public virtual void ClearTextStyle(int start, int len, TextStyle style)

Parameters

start int

Specifies the first character in string to remove.

len int

Specifies number of characters in string to remove.

style TextStyle

Specifies TextStyle to remove.