Table of Contents

Class WidgetLayout

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

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

public class WidgetLayout : IWidgetLayout, ILayout
Inheritance
WidgetLayout
Implements
Extension Methods

Constructors

WidgetLayout(int, int, HorizontalAlignment, VerticalAlignment)

Initializes a new instance of the WidgetLayout class.

WidgetLayout(int, int, int, int, HorizontalAlignment, VerticalAlignment)

Initializes a new instance of the WidgetLayout class.

Properties

Column

Gets or sets the column location of the widget on the grid.

ColumnSpan

Gets or sets 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.

Row

Gets or sets the row location of the widget on the grid.

RowSpan

Gets or sets how many rows the widget spans on the grid.

VerticalAlignment

Gets or sets the vertical alignment of the widget.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.