ComponentOne Xamarin.Android
Layout Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : Layout Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("layout", 
   "(IIII)V", 
   "")>
Public Sub Layout( _
   ByVal l As Integer, _
   ByVal t As Integer, _
   ByVal r As Integer, _
   ByVal b As Integer _
) 
'Usage
 
Dim instance As C1BulletGraph
Dim l As Integer
Dim t As Integer
Dim r As Integer
Dim b As Integer
 
instance.Layout(l, t, r, b)
[Android.Runtime.Register("layout", 
   "(IIII)V", 
   "")]
public void Layout( 
   int l,
   int t,
   int r,
   int b
)

Parameters

l
t
r
b
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members