Gets or sets a value indicating whether to resize the document area automatically so that it fits the diagram contents.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AutoSizeDoc() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksWhen enabled, the control's document area is automatically resized if diagram objects are dragged outside the current document bounds.
See Also