Table of Contents

Interface IWidgetLayout

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

Used to define the position of a widget in a grid layout.

public interface IWidgetLayout : ILayout
Inherited Members
Extension Methods

Properties

ColumnSpan

Gets how many columns the widget spans on the grid.

HorizontalAlignment

Gets or sets the horizontal alignment of the widget.

Margin

Gets or sets the margin around the widget.

RowSpan

Gets how many rows the widget spans on the grid.

VerticalAlignment

Gets or sets the vertical alignment of the widget.