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