Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NViewportAutoScroller Class / Margins Property


In This Topic
    Margins Property (NViewportAutoScroller)
    In This Topic
    Controls the margins of the auto scroll area
    Syntax
    'Declaration
     
    
    Public Property Margins As NMargins
    'Usage
     
    
    Dim instance As NViewportAutoScroller
    Dim value As NMargins
     
    instance.Margins = value
     
    value = instance.Margins
    public NMargins Margins {get; set;}
    Remarks
    The specified value must contain only positive margins and is measured in pixels. By default all margins are set to 16
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also