 | DynamicUserControlBaseGetParentViewAbsoluteScreenPosition Method |
Absolute screen position of the centre of the containing control.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic Point GetParentViewAbsoluteScreenPosition()
Public Function GetParentViewAbsoluteScreenPosition As Point
public:
Point GetParentViewAbsoluteScreenPosition()
member GetParentViewAbsoluteScreenPosition : unit -> Point
Return value
PointAbsolute screen position of the top left-hand corner of the parent control.
See also