Gets or sets the font used for the bullet character. When a new bullet character is set without specifying a font, the Windows Symbol font is assumed.
Introduced: 23.0.
[C#] public string FontName { get; set; }
[Visual Basic] Public Property FontName() As String
The property returns an empty string when the text selection contains multiple paragraphs with mixed settings or when the text selection does not contain a numbered list. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.
<< TXTextControl.ListFormat.FirstNumber Property | >> TXTextControl.ListFormat.FormatCharacter Property