Spread Windows Forms 10.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

Inset Class
Inset Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.