Search
DiagramExtensions.SortGroupsByZ Method
See Also
 





Sets a value indicating whether grouped items should be drawn sorted by their Z-order while the whole group is being moved.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram SortGroupsByZ (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

Public Shared Function SortGroupsByZ( _
    diagram As Diagram, _
    value As Boolean _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also