ZoomConstants.ScalingFactor Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scaling factor used for zooming in and out of the view. The view zooms by a factor of 10%
public: double ScalingFactor = 1.1;
double ScalingFactor = 1.1;
public const double ScalingFactor = 1.1;
val mutable ScalingFactor : double
Public Const ScalingFactor As Double = 1.1