2 references to Text
Microsoft.Maui.Controls (2)
Cells\SwitchCell.cs (2)
17
/// <summary>Bindable property for <see cref="
Text
"/>.</summary>
18
public static readonly BindableProperty TextProperty = BindableProperty.Create(nameof(
Text
), typeof(string), typeof(SwitchCell), default(string));