Inset Constructor(Double)
In This Topic
Creates an inset for the specified side.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
'Usage
Dim sideInset As Double
Dim instance As New Inset(sideInset)
Parameters
- sideInset
- The left, top, right, or bottom inset.
See Also