SplitWindow.Layout Property | |
A Dimension object that represents the number and visual layout of the panes in the split window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Layout AS USUAL GET SET
public virtual Usual Layout { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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