Search
FlowChart.LayoutStyle Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets the default value of the LayoutStyle property of new container boxes.

 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

Default value for LayoutStyle property of new containers. This property defines how items inside a container are oriented and aligned one to another. Currently only the lsVerticalCentered style is supported.

 See Also