Class
WindowHost

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public static class WindowHost

Inheritance: objectWindowHost

Fields

HitTestableProperty

Declaration

cs-api-definition
public static readonly DependencyProperty HitTestableProperty

Field Value

DependencyProperty

Methods

GetGlobalMousePosition(UIElement, PointerRoutedEventArgs)

Declaration

cs-api-definition
public static Point GetGlobalMousePosition(this UIElement target, PointerRoutedEventArgs e)

Parameters

target

UIElement

e

PointerRoutedEventArgs

Returns

Point

GetHitTestable(DependencyObject)

Declaration

cs-api-definition
public static bool GetHitTestable(DependencyObject element)

Parameters

element

DependencyObject

Returns

bool

SetHitTestable(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetHitTestable(DependencyObject element, bool hitTestVisible)

Parameters

element

DependencyObject

hitTestVisible

bool