Table of Contents

Property Height

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Height

Gets or sets the fixed height (in pixels) of the dialog.

public int Height { get; set; }

Property Value

int

Remarks

The user will still be able to resize the window, but scrollbars will appear immediately. MinHeight should be used instead as it has a more desired effect.

Exceptions

ArgumentOutOfRangeException

When the value is smaller than 1.