4 references to OnColor
Microsoft.Maui.Controls (4)
Cells\SwitchCell.cs (2)
20
/// <summary>Bindable property for <see cref="
OnColor
"/>.</summary>
21
public static readonly BindableProperty OnColorProperty = BindableProperty.Create(nameof(
OnColor
), typeof(Color), typeof(SwitchCell), null);
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (2)
126
if (switchCell.
OnColor
== null)
129
uiSwitch.OnTintColor = switchCell.
OnColor
.ToPlatform();