Search
Overview.FitAll Property
See Also
 



Gets or sets a value indicating whether to automatically calculate and maintain such a ScaleFactor that the whole diagram is visible in the Overview control.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_FitAll ()
void put_FitAll (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also