DXFReaderNETControlZoomInOutPercent Property
|
Returns/sets the increase/decrease factor (x 100) for zooming using ZoomIn, ZoomOut, ZoomSpotIn and ZoomSpotOut methods.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public float ZoomInOutPercent { get; set; }
Public Property ZoomInOutPercent As Single
Get
Set
public:
property float ZoomInOutPercent {
float get ();
void set (float value);
}
member ZoomInOutPercent : float32 with get, set
PROPERTY ZoomInOutPercent AS REAL4 GET SET
Property Value
Type:
SingleRemarks
This property affects the zooming scale of the ZoomIn, ZoomOut, ZoomSpotIn and ZoomSpotout methods.
Default value: 25
See Also