Nevron .NET Vision
Nevron.UI Namespace / NPadding Structure / NPadding Constructor / NPadding Constructor(Int32,Int32,Int32,Int32)


In This Topic
    NPadding Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal bottom As System.Integer, _
       ByVal right As System.Integer _
    )
    'Usage
     
    
    Dim left As System.Integer
    Dim top As System.Integer
    Dim bottom As System.Integer
    Dim right As System.Integer
     
    Dim instance As New NPadding(left, top, bottom, right)
    public NPadding( 
       System.int left,
       System.int top,
       System.int bottom,
       System.int right
    )

    Parameters

    left
    top
    bottom
    right
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also