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.Graphics.Color
borderColor
|
Android.Graphics.Color
backgroundColor
|
Microsoft.Maui.Thickness
borderThickness
|
Microsoft.Maui.Thickness
cornerRadius
|
Methods
Draw(Canvas)
Declaration
public override void Draw(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|