ContainerControl.ScaleMinMaxSize(Single, Single, Boolean) Method
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.
Scales the size of the container's Min
and Max
properties with the scale factor provided.
protected virtual void ScaleMinMaxSize (float xScaleFactor, float yScaleFactor, bool updateContainerSize = true);
abstract member ScaleMinMaxSize : single * single * bool -> unit
override this.ScaleMinMaxSize : single * single * bool -> unit
Protected Overridable Sub ScaleMinMaxSize (xScaleFactor As Single, yScaleFactor As Single, Optional updateContainerSize As Boolean = true)
Parameters
- xScaleFactor
- Single
The scale factor to be applied on the width of the property being scaled.
- yScaleFactor
- Single
The scale factor to be applied on the height of the property being scaled.
- updateContainerSize
- Boolean
true
to resize the container control along with properties being scaled; otherwise, false
.
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.