Padding Property (EditBase)
Gets or sets padding within the control.
public new Padding Padding {get; set;}
'Declaration
Public Shadows Property Padding As Padding
'Usage
Dim instance As EditBase
Dim value As Padding
instance.Padding = value
value = instance.Padding
Property Value
A
System.Windows.Forms.Padding object that represents the control's internal spacing characteristics.
The default is "1,1,1,1".