ListView.ViewOrigin Property (Typed) | |
The Point object representing the current view origin of a list view when in icon view or small icon view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ViewOrigin AS Point GET
public virtual Point ViewOrigin { get; }
Request Example
View SourceProperty Value
Type:
PointThe Point object representing the current view origin of a list view when in icon view or small icon view.
See Also