Table of Contents

Property Width

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

Width

Gets or sets the fixed width (in pixels) of the widget. Default: -1 (auto width based on content). Setting a fixed width will disable the auto width.

public int Width { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

When the value is smaller than 1.