Class
ItemStyle

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

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class ItemStyle : Element

Inheritance: objectItemStyle

Derived Classes: ListViewGroupStyleListViewItemStyle

Constructors

ItemStyle()

Declaration

cs-api-definition
protected ItemStyle()

Fields

BackgroundColorProperty

Identifies the BackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BackgroundColorProperty

Field Value

BindableProperty

BorderColorProperty

Identifies the BorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderColorProperty

Field Value

BindableProperty

BorderLocationProperty

Identifies the BorderLocation property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderLocationProperty

Field Value

BindableProperty

BorderWidthProperty

Identifies the BorderWidth property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderWidthProperty

Field Value

BindableProperty

Properties

BackgroundColor

Gets or sets the color of the token background.

Declaration

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

Property Value

Color

BorderColor

Gets or sets the color of the border.

Declaration

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

Property Value

Color

BorderLocation

Gets or sets the location of the border.

Declaration

cs-api-definition
public Location BorderLocation { get; set; }

Property Value

Location

BorderWidth

Gets or sets the width of the border.

Declaration

cs-api-definition
public double BorderWidth { get; set; }

Property Value

double