ResizeEvent.Height Property | |
A numeric value representing the new height 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 Height AS LONG GET
public virtual int Height { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the new height of the canvas area of the window that generated this resize event, in canvas coordinates.
See Also