'Declaration
Public Enum TextMarkerStyle Inherits System.Enum
public enum TextMarkerStyle : System.Enum
'Declaration
Public Enum TextMarkerStyle Inherits System.Enum
public enum TextMarkerStyle : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.RichTextBox.Documents.TextMarkerStyle