Search
LayeredLayout.SplitLayers Property
See Also
 



Gets or sets a value indicating whether to split layers that are much wider than the other layers.

 Syntax

VB6  Copy Code

Public Property Get SplitLayers() As Boolean
Public Property Let SplitLayers( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_SplitLayers ()
void put_SplitLayers (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also