Search
TreeMapLayoutExtensions.Orientation Method
See Also
 





Sets the orientation of the arranged diagram.

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

 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