3 references to SeparatorColor
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
721
var color = Element.
SeparatorColor
;
ListView\ListView.cs (2)
73
/// <summary>Bindable property for <see cref="
SeparatorColor
"/>.</summary>
74
public static readonly BindableProperty SeparatorColorProperty = BindableProperty.Create(nameof(
SeparatorColor
), typeof(Color), typeof(ListView), null);