Window
Root graphic container. In a Presentation engine this can be set to determine the initial user interface at runtime
- BrowseName
- Window
- SuperType
- Base UI object type(BaseUIObject)
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
X | X | Size | X coordinate variable |
Y | Y | Size | Y coordinate variable |
Width | Width | Size | Width of the window. It can assume values greater than or equal to zero. The Auto value sets the width equal to the width of the content (in this case, in the absence of content the object collapses) |
Height | Height | Size | Height of the window. It can assume values greater than or equal to zero. The Auto value sets the height equal to the height of the content (in this case, in the absence of content the object collapses) |
Full screen | FullScreen | Boolean | The window is displayed in full screen and therefore the X, Y, Width, and Height properties are ignored. On Rockwell Automation Linux systems, the interface is always displayed in full screen even if this property is disabled |
Always on Top | AlwaysOnTop | Boolean | At runtime startup, the window is positioned on top of the other windows displayed on the same screen |
Caption | Caption | String | Title of the window at runtime |