RadBorder
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
Initializes a new instance of the RadBorder class.
public RadBorder()
Fields
BorderBrushProperty
BindableProperty
Identifies the BorderBrush property.
public static readonly BindableProperty BorderBrushProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
public static readonly BindableProperty BorderThicknessProperty
CornerRadiusProperty
BindableProperty
Identifies the CornerRadius property.
public static readonly BindableProperty CornerRadiusProperty
Properties
BorderBrush
Brush
Gets or sets the brush used to paint the border.
[TypeConverter(typeof(BrushTypeConverter))]
public Brush BorderBrush { get; set; }
The Brush used for the border.
BorderColor
Color
Gets or sets the color of the border.
public Color BorderColor { get; set; }
The Color of the border.
Implements:
BorderThickness
Thickness
Gets or sets the thickness of the border.
public Thickness BorderThickness { get; set; }
The Thickness representing the border thickness values.
Implements:
CornerRadius
Thickness
Gets or sets the corner radius of the border.
public Thickness CornerRadius { get; set; }
The Thickness representing the corner radius values.
Implements:
Methods
Changes the visual state of the control.
protected override void ChangeVisualState()