4 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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
747 var color = Element.SeparatorColor;