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 = 0Specifies that the widget will be centered across its assigned cell(s).
Left = 1Specifies that the widget will be aligned to the left across its assigned cell(s).
Right = 2Specifies that the widget will be aligned to the right across its assigned cell(s).
Stretch = 3Specifies that the widget will be stretched horizontally across its assigned cell(s).