Window.Size Property (Typed) | |
The dimension representing the size of this window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Size AS Dimension GET SET
public virtual Dimension Size { get; set; }
Request Example
View SourceProperty Value
Type:
DimensionThe dimension representing the size of this window.
Implements
SizeExamples
The following example sets the size of a window object:
1oWin:Size := Dimension{nWidth,nHeight}
See Also