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.Graphics.Color
backgroundColor
|
Android.Graphics.Color
strokeColor
|
System.Single
strokeWidth
|
Location
strokeLocation
|
Methods
Draw(Canvas)
Declaration
public override void Draw(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|