7 references to GetBoolAttribute
Microsoft.Maui.Graphics (7)
Text\TextAttributeExtensions.cs (7)
38
return attributes.
GetBoolAttribute
(TextAttribute.Underline);
50
return attributes.
GetBoolAttribute
(TextAttribute.Bold);
62
return attributes.
GetBoolAttribute
(TextAttribute.Italic);
74
return attributes.
GetBoolAttribute
(TextAttribute.UnorderedList);
98
return attributes.
GetBoolAttribute
(TextAttribute.Strikethrough);
109
=> attributes.
GetBoolAttribute
(TextAttribute.Superscript);
115
=> attributes.
GetBoolAttribute
(TextAttribute.Subscript);