Padding Constructor(Int32)
In This Topic
Initializes a new instance of the
System.Windows.Forms.Padding class using the supplied padding size for all edges.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
Parameters
- all
- The number of pixels to be used for padding for all edges.
See Also