'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