1 reference to OnTextPropertyChanged
Microsoft.Maui.Controls (1)
Label\Label.cs (1)
30
public static readonly BindableProperty TextProperty = BindableProperty.Create(nameof(Text), typeof(string), typeof(Label), default(string), propertyChanged:
OnTextPropertyChanged
);