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

IRadBorder

Interface

Defines the contract for a border control that extends content view functionality. This interface provides properties for customizing border appearance including colors, brushes, corner radius, and thickness.

Definition

Properties

Gets the background color of the border control.

C#
Color BackgroundColor { get; }
Property Value:

A Color representing the background color.

Gets the paint brush used for drawing the border.

C#
Paint BorderBrush { get; }
Property Value:

A Paint object that defines how the border is painted.

Gets the color of the border outline.

C#
Color BorderColor { get; }
Property Value:

A Color representing the border color.

Gets the thickness of the border outline.

C#
Thickness BorderThickness { get; }
Property Value:

A Thickness structure that specifies the width of each side of the border.

CornerRadius

Thickness

Gets the corner radius for the border, defining how rounded the corners appear.

C#
Thickness CornerRadius { get; }
Property Value:

A Thickness structure that specifies the radius for each corner of the border.