Intersoft ClientUI Documentation
GetOffset Method



Gets popup offset based on preferred position and relative offset.
Syntax
Public Function GetOffset( _
   ByVal parent As FrameworkElement, _
   ByVal content As FrameworkElement, _
   ByVal relativeOffset As Point _
) As Point
Dim instance As UXPopup
Dim parent As FrameworkElement
Dim content As FrameworkElement
Dim relativeOffset As Point
Dim value As Point
 
value = instance.GetOffset(parent, content, relativeOffset)
public Point GetOffset( 
   FrameworkElement parent,
   FrameworkElement content,
   Point relativeOffset
)
public:
Point GetOffset( 
   FrameworkElement^ parent,
   FrameworkElement^ content,
   Point relativeOffset
) 

Parameters

parent
content
relativeOffset
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPopup Class
UXPopup Members

Send Feedback