Class ItemStyle
A class exposing properties that could be used to customize the appearance.
Inheritance
Namespace: Telerik.XamarinForms.DataControls
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public abstract class ItemStyle : Element, IChildElement
Constructors
ItemStyle()
Declaration
protected ItemStyle()
Fields
BackgroundColorProperty
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderLocationProperty
Identifies the BorderLocation property.
Declaration
public static readonly BindableProperty BorderLocationProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderWidthProperty
Identifies the BorderWidth property.
Declaration
public static readonly BindableProperty BorderWidthProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackgroundColor
Gets or sets the color of the token background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderLocation
Gets or sets the location of the border.
Declaration
public Location BorderLocation { get; set; }
Property Value
Location
|
BorderWidth
Gets or sets the width of the border.
Declaration
public double BorderWidth { get; set; }
Property Value
System.Double
|