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.

Syntax

public char? BulletCharacter { get; set; }
Public Property BulletCharacter() As Nullable(Of Char)

Remarks

The property returns null when the text selection contains several lists with different bullet characters.