2 references to SeparatorColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
725 Control.SeparatorColor = color?.ToPlatform() ?? Microsoft.Maui.Platform.ColorExtensions.SeparatorColor;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
748 Control.SeparatorColor = color.ToPlatform(ColorExtensions.SeparatorColor);