Xamarin.Android | ComponentOne
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)
    [Android.Runtime.Register("setForegroundGravity", 
       "(I)V", 
       "GetSetForegroundGravity_IHandler")]
    public virtual void SetForegroundGravity( 
       Android.Views.GravityFlags foregroundGravity
    )

    Parameters

    foregroundGravity
    See Also