StatusBar.Position Property (Typed) | |
A pair representing the coordinates to be shown in the status bar. The units you choose for coordinates are arbitrary.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Position AS Point SET
public virtual Point Position { set; }
Request Example
View SourceProperty Value
Type:
PointA pair representing the coordinates to be shown in the status bar. The units you choose for coordinates are arbitrary.
See Also