RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / TextMarkerStyle Enumeration

In This Topic
    TextMarkerStyle Enumeration
    In This Topic
    Describes the appearance of a C1List item's bullet.
    Syntax
    'Declaration
     
    
    Public Enum TextMarkerStyle 
       Inherits System.Enum
    public enum TextMarkerStyle : System.Enum 
    Members
    MemberDescription
    BoxA solid square box is displayed.
    CircleA hollow disc circle is displayed.
    DecimalA decimal is displayed.
    DiscA solid disc circle is displayed.
    LowerLatinA lowercase ASCII character is displayed.
    LowerRomanA lowercase Roman numeral is displayed.
    NoneNo marker is displayed.
    SquareA hollow square shape is displayed.
    UpperLatinAn uppercase ASCII character is displayed.
    UpperRomanAn uppercase Roman numeral is displayed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.RichTextBox.Documents.TextMarkerStyle

    See Also