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


In This Topic
SetBackgroundResource Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setBackgroundResource", 
   "(I)V", 
   "GetSetBackgroundResource_IHandler")>
Public Overridable Sub SetBackgroundResource( _
   ByVal resid As Integer _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim resid As Integer
 
instance.SetBackgroundResource(resid)

Parameters

resid
See Also