Class
DataGridBorderAppearance

Defines the appearance settings applied to a BorderPaintable instance.

Definition

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

BorderThicknessProperty

Identifies the BorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderThicknessProperty

Field Value

BindableProperty

SearchMatchBackgroundColorProperty

Identifies the SearchMatchBackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty SearchMatchBackgroundColorProperty

Field Value

BindableProperty

Properties

BackgroundColor

Gets or sets the color that fills the area within the border.

Declaration

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

Property Value

Color

BorderColor

Gets or sets the border color.

Declaration

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

Property Value

Color

BorderThickness

Gets or sets the thickness of the border.

Declaration

cs-api-definition
public Thickness BorderThickness { get; set; }

Property Value

Thickness

SearchMatchBackgroundColor

Gets or sets the color that fills the area within the border when the cell contains a search-match.

Declaration

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

Property Value

Color