3 references to Background
Microsoft.Maui.Graphics (2)
Text\TextAttributeExtensions.cs (2)
127
=> attributes.GetAttribute(TextAttribute.
Background
);
130
=> attributes.SetAttribute(TextAttribute.
Background
, value);
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\HtmlInlineRenderer.cs (1)
55
attributes[TextAttribute.
Background
] = background;