Class ThemeOptions
Provides options to customize theme styles.
Inherited Members
Namespace: PresentationTheme.Aero
Assembly: PresentationTheme.Aero.dll
Syntax
public static class ThemeOptions
Fields
| Improve this Doc View SourceUseExplorerStyleProperty
Identifies the UseExplorerStyle attached dependency property.
Declaration
public static readonly DependencyProperty UseExplorerStyleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
| Improve this Doc View SourceGetUseExplorerStyle(Control)
Gets a value indicating whether a Control should use the Explorer style if supported.
Declaration
public static bool GetUseExplorerStyle(Control control)
Parameters
Type | Name | Description |
---|---|---|
Control | control | The control from which to read the property value. |
Returns
Type | Description |
---|---|
Boolean |
Remarks
| Improve this Doc View SourceSetUseExplorerStyle(Control, Boolean)
Sets a value indicating whether a Control should use the Explorer style if supported.
Declaration
public static void SetUseExplorerStyle(Control control, bool value)
Parameters
Type | Name | Description |
---|---|---|
Control | control | The control on which to set the attached property. |
Boolean | value | The property value to set. |