Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewportPreview Class / Band Property


In This Topic
    Band Property (NViewportPreview)
    In This Topic
    Obtains a reference to the viewport band
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Band As NViewportBand
    'Usage
     
    
    Dim instance As NViewportPreview
    Dim value As NViewportBand
     
    value = instance.Band
    public NViewportBand Band {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