ListView.SeparatorColor Property

Definition

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

public:
 property Microsoft::Maui::Graphics::Color ^ SeparatorColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color SeparatorColor { get; set; }
member this.SeparatorColor : Microsoft.Maui.Graphics.Color with get, set
Public Property SeparatorColor As Color

Property Value

Remarks

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

Applies to