Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetShape Method


In This Topic
    SetShape Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setShape", 
       "(I)V", 
       "GetSetShape_IHandler")>
    Public Overridable Sub SetShape( _
       ByVal shape As Android.Graphics.Drawables.ShapeType _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim shape As Android.Graphics.Drawables.ShapeType
     
    instance.SetShape(shape)
    [Android.Runtime.Register("setShape", 
       "(I)V", 
       "GetSetShape_IHandler")]
    public virtual void SetShape( 
       Android.Graphics.Drawables.ShapeType shape
    )

    Parameters

    shape
    See Also