2 references to FormattedTextProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
136
get { return (FormattedString)GetValue(
FormattedTextProperty
); }
137
set { SetValue(
FormattedTextProperty
, value); }