Back to Devexpress

ThemeManager.GetIsTouchEnabled(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-thememanager-dot-getistouchenabled-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

ThemeManager.GetIsTouchEnabled(DependencyObject) Method

Gets the ThemeManager.IsTouchEnabled attached property’s value.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetIsTouchEnabled(
    DependencyObject d
)
vb
Public Shared Function GetIsTouchEnabled(
    d As DependencyObject
) As Boolean

Parameters

NameTypeDescription
dDependencyObject

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

|

Returns

TypeDescription
Boolean

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

|

See Also

ThemeManager Class

ThemeManager Members

DevExpress.Xpf.Core Namespace