[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.TextMarkerStyle

TextMarkerStyle Enum

Describes the appearance of a C1List item's bullet.

Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public enum TextMarkerStyle

Fields

Name Description
Box

A solid square box is displayed.

Circle

A hollow disc circle is displayed.

Decimal

A decimal is displayed.

Disc

A solid disc circle is displayed.

LowerLatin

A lowercase ASCII character is displayed.

LowerRoman

A lowercase Roman numeral is displayed.

None

No marker is displayed.

Square

A hollow square shape is displayed.

UpperLatin

An uppercase ASCII character is displayed.

UpperRoman

An uppercase Roman numeral is displayed.