ShellAddressBarScaleChildren Property |
Gets a value that determines the scaling of child controls.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override bool ScaleChildren { get; }
Protected Overrides ReadOnly Property ScaleChildren As Boolean
Get
protected:
virtual property bool ScaleChildren {
bool get () override;
}
abstract ScaleChildren : bool with get
override ScaleChildren : bool with 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