5 references to UnorderedList
Microsoft.Maui.Graphics (4)
Text\TextAttributeExtensions.cs (4)
74 return attributes.GetBoolAttribute(TextAttribute.UnorderedList); 81 attributes.SetBoolAttribute(TextAttribute.UnorderedList, value); 86 return attributes.GetEnumAttribute(TextAttribute.UnorderedList, MarkerType.ClosedCircle); 93 attributes.SetEnumAttribute(TextAttribute.UnorderedList, value, MarkerType.ClosedCircle);
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\ListRenderer.cs (1)
30 attributes[TextAttribute.UnorderedList] = "True";