Class
ListViewGroupStyle

A class exposing properties that could be used to customize the appearance of a ListView group.

Definition

Constructors

ListViewGroupStyle()

Declaration

cs-api-definition
public ListViewGroupStyle()

Fields

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

Properties

TextColor

Gets or sets the color of the text.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color