Property Height
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Height
Gets or sets the fixed height (in pixels) of the widget. Default: -1 (auto height based on content). Setting a fixed height will disable the auto height.
public int Height { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
When the value is smaller than 1.