Spread Windows Forms 12.0 Product Documentation
Inset Constructor(Int32)


FarPoint.Win Assembly > FarPoint.Win Namespace > Inset Class > Inset Constructor : Inset Constructor(Int32)
Number of pixels to inset from the left
Creates a set of margins (insets) with the left margin specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal sideInset As Integer _
)
'Usage
 
Dim sideInset As Integer
 
Dim instance As New Inset(sideInset)
public Inset( 
   int sideInset
)

Parameters

sideInset
Number of pixels to inset from the left
Remarks
This constructor initializes an Inset object and lets you specify the margin (inset) from the left.
See Also

Reference

Inset Class
Inset Members
Overload List