ComponentOne Xamarin.Android
SetForegroundGravity Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : SetForegroundGravity Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setForegroundGravity", 
   "(I)V", 
   "GetSetForegroundGravity_IHandler")>
Public Overridable Sub SetForegroundGravity( _
   ByVal foregroundGravity As Android.Views.GravityFlags _
) 
'Usage
 
Dim instance As C1LinearGauge
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

Reference

C1LinearGauge Class
C1LinearGauge Members