Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NShapeGraphAdapter Class / ShapeSet Property


In This Topic
    ShapeSet Property
    In This Topic
    Specifies the set of shapes, which are explictly specified for graph adaption. All shapes that are not contained in this set are ignored. If this property is set to null (the default), all shapes can potentially generate graph vertices and edges.
    Syntax
    'Declaration
     
    
    Public Property ShapeSet As NUniqueSet(Of NShape)
    'Usage
     
    
    Dim instance As NShapeGraphAdapter
    Dim value As NUniqueSet(Of NShape)
     
    instance.ShapeSet = value
     
    value = instance.ShapeSet
    public NUniqueSet<NShape> ShapeSet {get; set;}
    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