New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the appearance settings applied to a BorderPaintable instance.

Definition

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

Identifies the SearchMatchBackgroundColor property.

C#
public static readonly BindableProperty SearchMatchBackgroundColorProperty

Properties

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

C#
public Color BackgroundColor { get; set; }

Gets or sets the border color.

C#
public Color BorderColor { get; set; }

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; }