Remarks
The property returns null when the text selection contains different list settings.
Gets or sets a value specifying whether there is a numbered list at the current input position. The number format is determined through the Numbered
public bool? NumberedList { get; set; }
Public Property NumberedList() As Nullable(Of Boolean)
The following XAML example shows how to bind the Numbered
<MenuItem
Header="Numbered List"
IsCheckable="True"
IsChecked="{Binding ElementName=textControl1, Path=InputFormat.NumberedList}" />
The property returns null when the text selection contains different list settings.