Describes the appearance of a C1List item's bullet.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public enum TextMarkerStyle |
| Visual Basic |
|---|
Public Enumeration TextMarkerStyle |
Members
| Member name | Description | |
|---|---|---|
| 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. |