Property MaxHeight
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
MaxHeight
Gets or sets the maximum height (in pixels) of the dialog box.
public int MaxHeight { get; set; }
Property Value
- int
The minimum height (in pixels) of the dialog box.
Examples
UIBuilder uib = new UIBuilder();
uib.MaxHeight = 400;
Remarks
note
Interactive Automation scripts resize their width and height depending on which properties of the script are filled in (UIBuilder.Height, .Width, .MinHeight, .MinWidth). If nothing is defined in the script, a default width and height of 650px by 650px will be applied.