Class WindowHost
Inheritance
System.Object
WindowHost
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class WindowHost : Object
Fields
HitTestableProperty
Declaration
public static readonly DependencyProperty HitTestableProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Methods
GetGlobalMousePosition(UIElement, PointerRoutedEventArgs)
Declaration
public static Point GetGlobalMousePosition(this UIElement target, PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
Returns
|
Windows.Foundation.Point
|
GetHitTestable(DependencyObject)
Declaration
public static bool GetHitTestable(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
Returns
|
System.Boolean
|
SetHitTestable(DependencyObject, Boolean)
Declaration
public static void SetHitTestable(DependencyObject element, bool hitTestVisible)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Boolean
hitTestVisible
|