DroidDiagram Programmer's Guide
StackPanel.setOrientation Method
See Also
 






Sets the orientation of the panel.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setOrientation (
    Orientation value
)

 Parameters

value

A member of the ComponentBase.Orientation enumeration. The default is Vertical.

 See Also

StackPanel Members
StackPanel Class
com.mindfusion.diagramming.components Namespace