Property Width
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Width
Gets or sets the fixed width (in pixels) of the dialog.
public int Width { get; set; }
Property Value
Remarks
The user will still be able to resize the window, but scrollbars will appear immediately. MinWidth should be used instead as it has a more desired effect.
Exceptions
- ArgumentOutOfRangeException
When the value is smaller than 1.