Class ThemeXamlHelper
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Theme xaml helper.
public class ThemeXamlHelper : DependencyObject- Inheritance
- 
      
      ThemeXamlHelper
- Extension Methods
Properties
Instance
Singleton instance of the class.
public static ThemeXamlHelper Instance { get; }Property Value
IsCurrentThemeDark
Whether current theme is dark.
public bool IsCurrentThemeDark { get; }