4 references to MarkerType
Microsoft.Maui.Graphics (4)
Text\TextAttributeExtensions.cs (4)
84 public static MarkerType GetMarker(this ITextAttributes attributes) 86 return attributes.GetEnumAttribute(TextAttribute.UnorderedList, MarkerType.ClosedCircle); 91 MarkerType value) 93 attributes.SetEnumAttribute(TextAttribute.UnorderedList, value, MarkerType.ClosedCircle);