NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.Scale (Single)

Scales to entire control and any child controls.

[Visual Basic]
Overloads Public Sub Scale( _
   ByVal ratio As Single _
)
[C#]
public void Scale(
   float ratio
);
[C++]
public: void Scale(
   float ratio
);
[JScript]
public function Scale(
   ratio : float
);

Parameters

ratio
Ratio to scale the control horizontally and vertically.

See Also

Control Class | Control Members | System.WinForms Namespace | Control.Scale Overload List