 | 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.CustomControlsAssembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntaxpublic double MinimalScaleFactor { get; set; }Public Property MinimalScaleFactor As Double
Get
Set
public:
property double MinimalScaleFactor {
double get ();
void set (double value);
}member MinimalScaleFactor : float with get, set
Property value
Double
See also