Gets or sets the padding of the pop-up window.
Declaration
[Browsable(true)]
public Padding Padding { get; set; }
<Browsable(True)>
Public Property Padding As Padding
Property Value
| Type |
Description |
| Padding |
A System.Windows.Forms.Padding value.
The default is "1,1,1,1".
|