Skip to main content

ThemeManager.GetIsTouchEnabled(DependencyObject) Method

Gets the ThemeManager.IsTouchEnabled attached property’s value.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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