Padding Constructor(Int32)
In This Topic
Initializes a new instance of the
Padding structure using the same value for all edges.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
Parameters
- all
- Applies the same value to all four edges of the control.
See Also