Defines the appearance settings applied to a BorderPaintable instance.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DataGridBorderAppearance : DataGridAppearance
Inheritance: objectDataGridAppearanceDataGridBorderAppearance
Derived Classes:
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
C#
public static readonly BindableProperty BackgroundColorProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
C#
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
C#
public static readonly BindableProperty BorderThicknessProperty
SearchMatchBackgroundColorProperty
BindableProperty
Identifies the SearchMatchBackgroundColor property.
C#
public static readonly BindableProperty SearchMatchBackgroundColorProperty
Properties
BackgroundColor
Color
Gets or sets the color that fills the area within the border.
C#
public Color BackgroundColor { get; set; }
BorderColor
Color
Gets or sets the border color.
C#
public Color BorderColor { get; set; }
BorderThickness
Thickness
Gets or sets the thickness of the border.
C#
public Thickness BorderThickness { get; set; }
Gets or sets the color that fills the area within the border when the cell contains a search-match.
C#
public Color SearchMatchBackgroundColor { get; set; }