ResizeEvent.Size Property | |
A dimension representing the new size of the canvas area of the window that generated this resize event, in canvas coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Size AS Dimension GET
public virtual Dimension Size { get; }
Request Example
View SourceProperty Value
Type:
DimensionA dimension representing the new size of the canvas area of the window that generated this resize event, in canvas coordinates.
See Also