Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGroup Class / ElementsZOrder Property


In This Topic
    ElementsZOrder Property
    In This Topic
    Gets or sets the ZOrder of the group geometry in relation to the member shapes. By default set to BehindMembers.
    Syntax
    'Declaration
     
    
    Public Property ElementsZOrder As ENGroupElementsZOrder
    'Usage
     
    
    Dim instance As NGroup
    Dim value As ENGroupElementsZOrder
     
    instance.ElementsZOrder = value
     
    value = instance.ElementsZOrder
    public ENGroupElementsZOrder ElementsZOrder {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