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


In This Topic
SetPaddingRelative Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setPaddingRelative", 
   "(IIII)V", 
   "GetSetPaddingRelative_IIIIHandler", 
   ApiSince=17)>
Public Overridable Sub SetPaddingRelative( _
   ByVal start As Integer, _
   ByVal top As Integer, _
   ByVal end As Integer, _
   ByVal bottom As Integer _
) 
 
'Usage
 
Dim instance As C1VectorIcon
Dim start As Integer
Dim top As Integer
Dim end As Integer
Dim bottom As Integer
 
instance.SetPaddingRelative(start, top, end, bottom)

Parameters

start
top
end
bottom
See Also