SplitWindow.Layout Property (Typed) | |
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
public virtual Dimension Layout { get; set; }
Request Example
View SourceProperty Value
Type:
DimensionA 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