Search
FlowChart.ZoomFactor Property
See Also
 



Gets or sets the diagram scale factor.

 Syntax

VB6  Copy Code

Public Property Get ZoomFactor() As Integer
Public Property Let ZoomFactor( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_ZoomFactor ()
void put_ZoomFactor (
    short value
)

 Property Value

A short value. The default is 100.

 Remarks

Sets the zoom factor for displaying the flowchart, measured in percent. 100 means no zooming. Values greater than 100 make objects appear closer, less than 100 - further.

 See Also