ClassItemStyle
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:
public abstract class ItemStyle : Element
Inheritance: objectItemStyle
Derived Classes:
Constructors
ItemStyle()
Declaration
protected ItemStyle()
Fields
BackgroundColorProperty
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
BindableProperty
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
BindableProperty
BorderLocationProperty
Identifies the BorderLocation property.
Declaration
public static readonly BindableProperty BorderLocationProperty
Field Value
BindableProperty
BorderWidthProperty
Identifies the BorderWidth property.
Declaration
public static readonly BindableProperty BorderWidthProperty
Field Value
BindableProperty
Properties
BackgroundColor
Gets or sets the color of the token background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Color
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
Property Value
Color
BorderLocation
Gets or sets the location of the border.
BorderWidth
Gets or sets the width of the border.