Class RadBorder
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadBorder : RadContentView, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadBorder()
Declaration
public RadBorder()
Fields
BorderBrushProperty
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CornerRadiusProperty
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
BorderBrush
Declaration
public Brush BorderBrush { get; set; }
Property Value
Microsoft.Maui.Controls.Brush
|
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Implements
CornerRadius
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Implements
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Explicit Interface Implementations
IRadBorder.BorderBrush
Declaration
Paint IRadBorder.BorderBrush { get; }
Returns
Microsoft.Maui.Graphics.Paint
|