C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetPadding Method


In This Topic
SetPadding Method (C1TextBox)
In This Topic
Syntax
'Declaration
 
Public Overrides Sub SetPadding( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) 
 
'Usage
 
Dim instance As C1TextBox
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
instance.SetPadding(left, top, right, bottom)

Parameters

left
top
right
bottom
See Also