IWindowInteropabilityAdapter
Interface
Provides methods for interoperation with window functionalities.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IWindowInteropabilityAdapter
Properties
Gets the absolute left position of the window in pixels.
C#
int AbsoluteLeft { get; }
Gets the absolute top position of the window in screen coordinates.
C#
int AbsoluteTop { get; }