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