ListView.SeparatorColor Property

Definition

Gets or sets the color of the bar that separates list items.

public Xamarin.Forms.Color SeparatorColor { get; set; }
member this.SeparatorColor : Xamarin.Forms.Color with get, set

Property Value

Remarks

The default value is Color.Default. This property has no effect if SeparatorVisibility is false.

Applies to