Class
ListViewItemStyle

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

Definition

Constructors

ListViewItemStyle()

Initializes a new instance of the ListViewItemStyle class.

Declaration

cs-api-definition
public ListViewItemStyle()

ListViewItemStyle(ListViewItemStyle)

Initializes a new instance of the ListViewItemStyle class by copying properties from another style.

Declaration

cs-api-definition
public ListViewItemStyle(ListViewItemStyle styleToCopy)

Parameters

styleToCopy

ListViewItemStyle

The ListViewItemStyle to copy properties from.

Fields

TextCellTextColorProperty

Identifies the TextCellTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextCellTextColorProperty

Field Value

BindableProperty

Properties

TextCellTextColor

Gets or sets the color of the text in a text cell.

Declaration

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

Property Value

Color

The text color as Color.