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