Remarks
The property returns null when the text selection contains several lists with different bullet characters.
Gets or sets the bullet character at the current input position. If text is selected, the property specifies the bullet character of the whole selected text.
public char? BulletCharacter { get; set; }
Public Property BulletCharacter() As Nullable(Of Char)
The property returns null when the text selection contains several lists with different bullet characters.