C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / Layout Method


In This Topic
Layout Method (C1VectorIcon)
In This Topic
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 C1VectorIcon
Dim l As Integer
Dim t As Integer
Dim r As Integer
Dim b As Integer
 
instance.Layout(l, t, r, b)

Parameters

l
t
r
b
See Also