Class
RadBorder

Represents a border control that provides visual styling with customizable border properties.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadBorder : RadContentView, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorder

Derived Classes: NonVirtualizedItemsControlItemContainerDataFormCustomEditorContentPresenterDataFormEditorPresenterDataGridGroupingPanelDataGridSearchPanelDataGridServicePanelRadAutoCompleteRadCalendarRadCollectionViewGroupViewRadCollectionViewItemViewRadComboBoxRadComboBoxItemRadEffectsViewRadSchedulerRadSignaturePadRadSpinnerSchedulerDialogSpinnerItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

RadBorder()

Initializes a new instance of the RadBorder class.

Declaration

cs-api-definition
public RadBorder()

Fields

BorderBrushProperty

Identifies the BorderBrush property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderBrushProperty

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

CornerRadiusProperty

Identifies the CornerRadius property.

Declaration

cs-api-definition
public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

Properties

BorderBrush

Gets or sets the brush used to paint the border.

Declaration

cs-api-definition
[TypeConverter(typeof(BrushTypeConverter))]
public Brush BorderBrush { get; set; }

Property Value

Brush

The Brush used for the border.

BorderColor

Gets or sets the color of the border.

Declaration

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

Property Value

Color

The Color of the border.

Implements IRadBorder.BorderColor

BorderThickness

Gets or sets the thickness of the border.

Declaration

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

Property Value

Thickness

The Thickness representing the border thickness values.

Implements IRadBorder.BorderThickness

CornerRadius

Gets or sets the corner radius of the border.

Declaration

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

Property Value

Thickness

The Thickness representing the corner radius values.

Implements IRadBorder.CornerRadius

Methods

ChangeVisualState()

Changes the visual state of the control.

Declaration

cs-api-definition
protected override void ChangeVisualState()