Describes the appearance of a C1List item's bullet.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public enum TextMarkerStyle
Visual Basic
Public Enumeration TextMarkerStyle
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameDescription
None No marker is displayed.
Disc A solid disc circle is displayed.
Circle A hollow disc circle is displayed.
Square A hollow square shape is displayed.
Box A solid square box is displayed.
LowerRoman A lowercase Roman numeral is displayed.
UpperRoman An uppercase Roman numeral is displayed.
LowerLatin A lowercase ASCII character is displayed.
UpperLatin An uppercase ASCII character is displayed.
Decimal A decimal is displayed.

See Also