ThemeManager.GetIsTouchlineTheme(DependencyObject) Method
Gets the ThemeManager.IsTouchlineTheme attached property’s value.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | An object whose ThemeManager.IsTouchlineTheme attached property is to be returned. |
Returns
Type | Description |
---|---|
Boolean | The value of the ThemeManager.IsTouchlineTheme attached property for the specified object. |
See Also