Class ThemeImage
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Image implementation tracks theme changes.
public class ThemeImage : Image, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IUriContext- Inheritance
- 
      
      
      
      
      
      ThemeImage
- Implements
- Inherited Members
- Extension Methods
Constructors
ThemeImage()
Initializes a new instance of the ThemeImage.
public ThemeImage()Properties
DarkGlyph
Light glyph.
public ImageSource DarkGlyph { get; set; }Property Value
LightGlyph
Dark glyph.
public ImageSource LightGlyph { get; set; }