4 references to DetailColor
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
50
/// <summary>Bindable property for <see cref="
DetailColor
"/>.</summary>
51
public static readonly BindableProperty DetailColorProperty = BindableProperty.Create(nameof(
DetailColor
), typeof(Color), typeof(TextCell), null);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\TextCellRenderer.cs (2)
39
tvc.DetailTextLabel.TextColor = textCell.
DetailColor
.ToPlatform(DefaultDetailColor);
71
tvc.DetailTextLabel.TextColor = textCell.
DetailColor
.ToPlatform(DefaultTextColor);