Nevron .NET Vision
Nevron.Chart Namespace / NScrollBar Class / ViewRange Property


In This Topic
    ViewRange Property (NScrollBar)
    In This Topic
    Gets the view range of the scrollbar
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewRange As NRange1DD
    'Usage
     
    
    Dim instance As NScrollBar
    Dim value As NRange1DD
     
    value = instance.ViewRange
    public NRange1DD ViewRange {get;}
    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