ComponentOne Xamarin.Android
SetLayerPaint Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : SetLayerPaint Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setLayerPaint", 
   "(Landroid/graphics/Paint;)V", 
   "GetSetLayerPaint_Landroid_graphics_Paint_Handler", 
   ApiSince=17)>
Public Overridable Sub SetLayerPaint( _
   ByVal paint As Android.Graphics.Paint _
) 
'Usage
 
Dim instance As C1DropDown
Dim paint As Android.Graphics.Paint
 
instance.SetLayerPaint(paint)
[Android.Runtime.Register("setLayerPaint", 
   "(Landroid/graphics/Paint;)V", 
   "GetSetLayerPaint_Landroid_graphics_Paint_Handler", 
   ApiSince=17)]
public virtual void SetLayerPaint( 
   Android.Graphics.Paint paint
)

Parameters

paint
See Also

Reference

C1DropDown Class
C1DropDown Members