Class StrokedDrawable
Inheritance
System.Object
StrokedDrawable
Namespace: Telerik.Maui.Controls.Compatibility.Common.Android
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class StrokedDrawable : ColorDrawable
Constructors
StrokedDrawable(Color, Color, Single, Location)
Declaration
public StrokedDrawable(Color backgroundColor, Color strokeColor, float strokeWidth, Location strokeLocation)
Parameters
Android.
|
Android.
|
System.
|
Location
strokeLocation
|
Methods
Draw(Canvas)
Declaration
public override void Draw(Canvas canvas)
Parameters
Android.
|