C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / SetLayerType Method


In This Topic
SetLayerType Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setLayerType", 
   "(ILandroid/graphics/Paint;)V", 
   "GetSetLayerType_ILandroid_graphics_Paint_Handler", 
   ApiSince=11)>
Public Overridable Sub SetLayerType( _
   ByVal layerType As Android.Views.LayerType, _
   ByVal paint As Android.Graphics.Paint _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim layerType As Android.Views.LayerType
Dim paint As Android.Graphics.Paint
 
instance.SetLayerType(layerType, paint)

Parameters

layerType
paint
See Also