File: Text\TextAttribute.cs | Web Access |
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics) |
namespace Microsoft.Maui.Graphics.Text { public enum TextAttribute { FontName, FontSize, Bold, Italic, Underline, Strikethrough, Subscript, Superscript, Color, Background, UnorderedList, Marker, } } |