Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramClientServerTechnology Class / DiagramControl Property


In This Topic
    DiagramControl Property
    In This Topic
    Gets the Nevron Diagram web control, associated by this instance of the NDiagramClientServerTechnology class. This property is initialized from the NDiagramClientServerTechnology constructor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DiagramControl As NDrawingView
    'Usage
     
    
    Dim instance As NDiagramClientServerTechnology
    Dim value As NDrawingView
     
    value = instance.DiagramControl
    public NDrawingView DiagramControl {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