Class SubscriptionStatesToImageConverter
- Namespace
 - StockSharp.Xaml.Converters
 
- Assembly
 - StockSharp.Xaml.dll
 
SubscriptionStates to ImageSource converter.
public class SubscriptionStatesToImageConverter : IValueConverter
  - Inheritance
 - 
      
      SubscriptionStatesToImageConverter
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
SubscriptionStatesToImageConverter()
public SubscriptionStatesToImageConverter()
  Properties
ActiveImage
ImageSource for the Active state.
public ImageSource ActiveImage { get; set; }
  Property Value
ErrorImage
ImageSource for the Error state.
public ImageSource ErrorImage { get; set; }
  Property Value
FinishedImage
ImageSource for the Finished state.
public ImageSource FinishedImage { get; set; }
  Property Value
OnlineImage
ImageSource for the Online state.
public ImageSource OnlineImage { get; set; }
  Property Value
StoppedImage
ImageSource for the Stopped state.
public ImageSource StoppedImage { get; set; }