Search
Box.LayoutStyle Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets a value indicating how the items in a container box are laid out.

 Syntax

VB6  Copy Code

Public Property Get LayoutStyle() As ELayoutStyle
Public Property Let LayoutStyle( _
    ByVal Value As ELayoutStyle _
)

C++  Copy Code

public:
ELayoutStyle get_LayoutStyle ()
void put_LayoutStyle (
    ELayoutStyle value
)

 Property Value

A member of the ELayoutStyle enumeration. The default is lsVerticalCentered.

 Remarks

This property defines how items inside a container box are oriented and aligned one to another. Every time an item is added to or removed from the container, all items in the container are rearranged as specified by this property. Items are also rearranged if the user resizes any of them. Currently vertical and horizontal layouts with various alignment options are supported.

 See Also