2 references to SeparatorColorProperty
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
270 get { return (Color)GetValue(SeparatorColorProperty); } 271 set { SetValue(SeparatorColorProperty, value); }