Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NShapeGraphAdapter Class / Shapes Property


In This Topic
    Shapes Property (NShapeGraphAdapter)
    In This Topic
    Specifies a list of shapes, which are explictly specified for graph adaption. A shape which is not part of this list is ignored.
    Syntax
    'Declaration
     
    
    Public Property Shapes As NNodeList
    'Usage
     
    
    Dim instance As NShapeGraphAdapter
    Dim value As NNodeList
     
    instance.Shapes = value
     
    value = instance.Shapes
    public NNodeList Shapes {get; set;}
    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