7 references to SetAttribute
Microsoft.Maui.Graphics (7)
Text\TextAttributeExtensions.cs (3)
19
attributes.
SetAttribute
(TextAttribute.FontName, value);
124
=> attributes.
SetAttribute
(TextAttribute.Color, value);
130
=> attributes.
SetAttribute
(TextAttribute.Background, value);
Text\TextAttributesExtensions.cs (4)
68
attributes.
SetAttribute
(type, value.ToString(CultureInfo.InvariantCulture));
97
attributes.
SetAttribute
(type, value.ToString(CultureInfo.InvariantCulture));
124
attributes.
SetAttribute
(type, value.ToString());
151
attributes.
SetAttribute
(type, value.ToString());