MindFusion.Wpf Pack Programmer's Guide
TreeMapLayoutExtensions.Orientation Method
See Also
 





Sets the orientation of the arranged diagram.

Namespace: MindFusion.Diagramming.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static TreeMapLayout Orientation (
    TreeMapLayout treeMapLayout,
    Orientation value
)

Visual Basic  Copy Code

Public Shared Function Orientation( _
    treeMapLayout As TreeMapLayout, _
    value As Orientation _
) As TreeMapLayout

 Parameters

treeMapLayout

value

 Return Value

 See Also

TreeMapLayoutExtensions Members
TreeMapLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace