SetStroke(Int32,Color,Single,Single) Method
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setStroke",
"(IIFF)V",
"GetSetStroke_IIFFHandler")>
Public Overloads Overridable Sub SetStroke( _
ByVal As Integer, _
ByVal As Android.Graphics.Color, _
ByVal As Single, _
ByVal As Single _
)
'Usage
Dim instance As C1TexBoxBackgroundDrawable
Dim width As Integer
Dim color As Android.Graphics.Color
Dim dashWidth As Single
Dim dashGap As Single
instance.SetStroke(width, color, dashWidth, dashGap)
[Android.Runtime.Register("setStroke",
"(IIFF)V",
"GetSetStroke_IIFFHandler")]
public virtual void SetStroke(
int ,
Android.Graphics.Color ,
float ,
float
)
Parameters
- width
- color
- dashWidth
- dashGap
See Also