ClassRadBorder
Represents a border control that provides visual styling with customizable border properties.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadBorder : RadContentView, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorder
Derived Classes:
Implements:
Inherited Members
Constructors
RadBorder()
Initializes a new instance of the RadBorder class.
Declaration
public RadBorder()
Fields
BorderBrushProperty
Identifies the BorderBrush property.
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
BindableProperty
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
BindableProperty
BorderThicknessProperty
Identifies the BorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
BindableProperty
CornerRadiusProperty
Identifies the CornerRadius property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
BindableProperty
Properties
BorderBrush
Gets or sets the brush used to paint the border.
Declaration
[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
public Color BorderColor { get; set; }
Property Value
Color
The Color of the border.
Implements
BorderThickness
Gets or sets the thickness of the border.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Thickness
The Thickness representing the border thickness values.
Implements
CornerRadius
Gets or sets the corner radius of the border.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Thickness
The Thickness representing the corner radius values.
Implements
Methods
ChangeVisualState()
Changes the visual state of the control.
Declaration
protected override void ChangeVisualState()