ComponentOne Xamarin.Android
OffsetTopAndBottom Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : OffsetTopAndBottom Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("offsetTopAndBottom", 
   "(I)V", 
   "GetOffsetTopAndBottom_IHandler")>
Public Overridable Sub OffsetTopAndBottom( _
   ByVal offset As Integer _
) 
'Usage
 
Dim instance As C1RadialGauge
Dim offset As Integer
 
instance.OffsetTopAndBottom(offset)
[Android.Runtime.Register("offsetTopAndBottom", 
   "(I)V", 
   "GetOffsetTopAndBottom_IHandler")]
public virtual void OffsetTopAndBottom( 
   int offset
)

Parameters

offset
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members