Interface IRadBorder
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadBorder : IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Properties
BackgroundColor
Declaration
Color BackgroundColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
BorderBrush
Declaration
Paint BorderBrush { get; }
Property Value
Microsoft.Maui.Graphics.Paint
|
BorderColor
Declaration
Color BorderColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
BorderThickness
Declaration
Thickness BorderThickness { get; }
Property Value
Microsoft.Maui.Thickness
|
CornerRadius
Declaration
Thickness CornerRadius { get; }
Property Value
Microsoft.Maui.Thickness
|