ComponentOne Xamarin.Android
OffsetLeftAndRight Method (C1BulletGraph)


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

Parameters

offset
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members