Nevron .NET Vision
Nevron.UI Namespace / NSegmentedImage Class / SetMargins Method


In This Topic
    SetMargins Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetMargins( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal right As System.Integer, _
       ByVal bottom As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NSegmentedImage
    Dim left As System.Integer
    Dim top As System.Integer
    Dim right As System.Integer
    Dim bottom As System.Integer
     
    instance.SetMargins(left, top, right, bottom)
    public void SetMargins( 
       System.int left,
       System.int top,
       System.int right,
       System.int bottom
    )

    Parameters

    left
    top
    right
    bottom
    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