'Declaration Public Function New( _ ByVal sideInset As System.Double _ )
'Usage Dim sideInset As System.Double Dim instance As New Inset(sideInset)
public Inset( System.double sideInset )
Parameters
- sideInset
- The left, top, right, or bottom inset.
'Declaration Public Function New( _ ByVal sideInset As System.Double _ )
'Usage Dim sideInset As System.Double Dim instance As New Inset(sideInset)
public Inset( System.double sideInset )