Point.Y Property | |
An integer representing this point's y coordinate.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Y AS LONG GET SET
public virtual int Y { get; set; }
Request Example
View SourceProperty Value
Type:
LongAn integer representing this point's y coordinate.
See Also