2 references to StyleProperty
Microsoft.Maui.Controls (2)
Span.cs (2)
33
get { return (Style)GetValue(
StyleProperty
); }
34
set { SetValue(
StyleProperty
, value); }