Class
StrokedDrawable

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common.Android

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class StrokedDrawable : ColorDrawable

Inheritance: objectStrokedDrawable

Constructors

StrokedDrawable(Color, Color, float, Location)

Declaration

cs-api-definition
public StrokedDrawable(Color backgroundColor, Color strokeColor, float strokeWidth, Location strokeLocation)

Parameters

backgroundColor

Color

strokeColor

Color

strokeWidth

float

strokeLocation

Location

Methods

Draw(Canvas)

Declaration

cs-api-definition
public override void Draw(Canvas canvas)

Parameters

canvas

Canvas