ThemeManager Class Members
The following tables list the members exposed by ThemeManager.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | _allThemes | |
![]() ![]() | DefaultTheme | |
![]() ![]() | ThemeProperty | Defines the Theme dependency property. |
Public Properties
Name | Description | |
---|---|---|
![]() ![]() | AllThemes | Gets a list of all available themes |
![]() ![]() | ThemeProvider | Gets SciChart.Charting.Themes.IThemeProvider instance |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | AddTheme | Add new theme and themeProvider into _theme and ThemeProviders respectively |
![]() ![]() | GetTheme | Gets the value of the Theme Attached Property. |
![]() ![]() | GetThemeProvider | Gets a SciChart.Charting.Themes.IThemeProvider instance for the named theme |
![]() ![]() | RemoveTheme | Add theme by string Key from _theme and appropriate themeProvider from ThemeProviders |
![]() ![]() | SetTheme | Sets the value of the Theme Attached property. For a list of All Themes, see the AllThemes property. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | ThemeApplied | Raised when a new theme has been applied to the SciChart application. |
See Also