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


In This Topic
SetForegroundGravity Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setForegroundGravity", 
   "(I)V", 
   "GetSetForegroundGravity_IHandler")>
Public Overridable Sub SetForegroundGravity( _
   ByVal foregroundGravity As Android.Views.GravityFlags _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim foregroundGravity As Android.Views.GravityFlags
 
instance.SetForegroundGravity(foregroundGravity)

Parameters

foregroundGravity
See Also