ThemeManager.GetIsTouchEnabled(DependencyObject) Method
Gets the ThemeManager.IsTouchEnabled attached property’s value.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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