Search
FlowChart.AutoSizeDoc Property
See Also
 



Gets or sets a value indicating whether to resize the document area automatically so that it fits the diagram contents.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_AutoSizeDoc ()
void put_AutoSizeDoc (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

When enabled, the control's document area is automatically resized if diagram objects are dragged outside the current document bounds.

 See Also