2 references to TextColor
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
47
/// <summary>Bindable property for <see cref="
TextColor
"/>.</summary>
48
public static readonly BindableProperty TextColorProperty = BindableProperty.Create(nameof(
TextColor
), typeof(Color), typeof(TextCell), null);