Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetStroke Method / SetStroke(Int32,Color) Method


In This Topic
    SetStroke(Int32,Color) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setStroke", 
       "(II)V", 
       "GetSetStroke_IIHandler")>
    Public Overloads Overridable Sub SetStroke( _
       ByVal width As Integer, _
       ByVal color 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 width,
       Android.Graphics.Color color
    )

    Parameters

    width
    color
    See Also