Class DataGridBorderStyle
Defines the appearance settings applied to a Telerik.XamarinForms.Common.Paintables.BorderPaintable instance.
Namespace: Telerik.XamarinForms.DataGrid
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class DataGridBorderStyle : DataGridStyle
Constructors
DataGridBorderStyle()
Initializes a new instance of the DataGridBorderStyle class.
Declaration
public DataGridBorderStyle()
Properties
BackgroundColor
Gets or sets the color that fills the area within the border.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Gets or sets the border color.
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Gets or sets the thickness of the border.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|