Click or drag to resize

ShellAddressBarScaleChildren Property

Gets a value that determines the scaling of child controls.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override bool ScaleChildren { get; }

Property Value

Type: Boolean
if child controls will be scaled when the Scale(Single) method on this control is called; otherwise, . The default is .
See Also