Point.Y Property (Typed) | |
An integer representing this point's y coordinate.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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