C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetGradientType Method


In This Topic
SetGradientType Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setGradientType", 
   "(I)V", 
   "GetSetGradientType_IHandler")>
Public Overridable Sub SetGradientType( _
   ByVal gradient As Android.Graphics.Drawables.GradientType _
) 
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim gradient As Android.Graphics.Drawables.GradientType
 
instance.SetGradientType(gradient)

Parameters

gradient
See Also