7 references to None
Microsoft.Maui.Controls (7)
FontAttributes.cs (4)
35
return FontAttributes.
None
;
37
FontAttributes attributes = FontAttributes.
None
;
59
return FontAttributes.
None
;
70
if (attr == FontAttributes.
None
)
FontElement.cs (1)
27
BindableProperty.Create("FontAttributes", typeof(FontAttributes), typeof(IFontElement), FontAttributes.
None
,
FontExtensions.cs (2)
18
FontAttributes attributes = font.Weight == FontWeight.Bold ? FontAttributes.Bold : FontAttributes.
None
;
21
if (attributes == FontAttributes.
None
)