3 references to SeparatorColorProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
295
else if (e.PropertyName == Microsoft.Maui.Controls.ListView.
SeparatorColorProperty
.PropertyName)
ListView\ListView.cs (2)
270
get { return (Color)GetValue(
SeparatorColorProperty
); }
271
set { SetValue(
SeparatorColorProperty
, value); }