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