Skip to main content
A newer version of this page is available. .

ThemeManager.GetIsTouchEnabled(DependencyObject) Method

Gets the ThemeManager.IsTouchEnabled attached property’s value.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static bool GetIsTouchEnabled(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

An object whose ThemeManager.IsTouchEnabled attached property is to be returned.

Returns

Type Description
Boolean

The value of the ThemeManager.IsTouchEnabled attached property for the specified object.

See Also