Click or drag to resize

SplitWindow.Layout Property (Typed)

X#
A Dimension object that represents the number and visual layout of the panes in the split window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Layout AS Dimension GET SET 
Request Example View Source

Property Value

Type: Dimension
A Dimension object that represents the number and visual layout of the panes in the split window.
Remarks
A Dimension object that represents the number and visual layout of the panes in the split window. The width of the dimension represents the number of horizontally aligned panes, while the height of the dimension represents the number of vertically aligned panes.
See Also