|
Description
|
Returns/sets the increase/decrease factor (x 100) for zooming using ZoomIn, ZoomOut, ZoomSpotIn and ZoomSpotOut methods.
|
Syntax Visual Basic
|
[form.]DXFReader.ZoomInOutPercent[ = Value!]
|
|
Visual C++
|
float DXFReader.GetZoomInOutPercent(); void DXFReader.SetZoomInOutPercent(float NewValue);
|
|
Delphi
|
property ZoomInOutPercent: Single;
|
|
C#
|
float DXFReader.ZoomInOutPercent;
|
|
Remarks
|
This property affects the zooming scale of the ZoomIn, ZoomOut, ZoomSpotIn and ZoomSpotout methods.
|
|
Data Type
|
Single
|
|
Default Value
|
50
|