Enum VerticalAlignment
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Specifies the vertical alignment of a widget added to a dialog or section.
public enum VerticalAlignment
Fields
Bottom = 2
Specifies that the widget will be aligned to the bottom of its assigned cell(s).
Center = 0
Specifies that the widget will be centered vertically across its assigned cell(s).
Stretch = 3
Specifies that the widget will be stretched vertically across its assigned cell(s).
Top = 1
Specifies that the widget will be aligned to the top of its assigned cell(s).