You are here: Start » Web HMI » Web HMI Controls » Window

Window

Represents a top-level container control for the given endpoint.

Properties

Background
Represents the CSS background-color attribute. Defines the background color of the window.
Endpoint
Defines the endpoint address this window is accessible at.
Height
Defines the CSS height of the control.
InitialIsEnabled
Defines the initial enabled state of the component that is used before the first value is set through the connection.
InitialIsVisible
Defines the initial visibility of the component that is used before the first value is set through the connection.
IsEnabled
Defines the enabled state of the component.
IsVisible
Defines the visibility of the component.
ItemAlignment
Represents the CSS align-items attribute. Controls the horizontal alignment of items within the window.
Justification
Represents the CSS justify-content attribute. Controls the vertical alignment of items within the window.
Margin
Defines the CSS margin of the control.
Name
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint.
Padding
Represents the CSS padding attribute. Defines the padding of the window.
Width
Defines the CSS width of the control.