Class BorderDrawable
Inheritance
System.Object
BorderDrawable
Namespace: Telerik.Maui.Controls.Compatibility.PrimitivesRenderer.Android
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class BorderDrawable : ColorDrawable
Constructors
BorderDrawable(Color, Color, Thickness, Thickness)
Declaration
public BorderDrawable(Color borderColor, Color backgroundColor, Thickness borderThickness, Thickness cornerRadius)
Parameters
Android.
|
Android.
|
Microsoft.
|
Microsoft.
|
Methods
Draw(Canvas)
Declaration
public override void Draw(Canvas canvas)
Parameters
Android.
|