Table of Contents

Method BeginSymbolBullet

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

BeginSymbolBullet(string, int, int, TextBoxTextAttrBulletStyle)

Begins applying a symbol bullet, using a character from the current font. See BeginNumberedBullet(int, int, int, TextBoxTextAttrBulletStyle) for an explanation of how indentation is used to render the bulleted paragraph.

public virtual bool BeginSymbolBullet(string symbol, int leftIndent, int leftSubIndent, TextBoxTextAttrBulletStyle bulletStyle = TextBoxTextAttrBulletStyle.Symbol)

Parameters

symbol string
leftIndent int
leftSubIndent int
bulletStyle TextBoxTextAttrBulletStyle

Returns

bool