Enum HorizontalAlignment
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Specifies the horizontal alignment of a widget added to a dialog or section.
public enum HorizontalAlignment
Fields
Center = 0
Specifies that the widget will be centered across its assigned cell(s).
Left = 1
Specifies that the widget will be aligned to the left across its assigned cell(s).
Right = 2
Specifies that the widget will be aligned to the right across its assigned cell(s).
Stretch = 3
Specifies that the widget will be stretched horizontally across its assigned cell(s).