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