Click or drag to resize

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; }

Property Value

Type: Single
Remarks
This property affects the zooming scale of the ZoomIn, ZoomOut, ZoomSpotIn and ZoomSpotout methods. Default value: 25
See Also