Click or drag to resize

ZoomBoxMinimalScaleFactor property

Get or set the minimum scale factor. The minimum scale factor indicates how much elements can be reduced in size. This also indirectly limits the maximum number of elements that can be can be on the screen at the same time. For very large jobs with very many controls, this is crucial for the performance of the WPF application. Default: 0.3.

Namespace: NetEti.CustomControls
Assembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntax
public double MinimalScaleFactor { get; set; }

Property value

Double
See also