Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Inset Class / Inset Constructor / Inset Constructor(Int32)


In This Topic
    Inset Constructor(Int32)
    In This Topic
    Creates an inset with specified side.
    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
    See Also