Table of Contents

Class SubscriptionStatesToImageConverter

Namespace
StockSharp.Xaml.Converters
Assembly
StockSharp.Xaml.dll
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

ImageSource

ErrorImage

ImageSource for the Error state.

public ImageSource ErrorImage { get; set; }

Property Value

ImageSource

FinishedImage

ImageSource for the Finished state.

public ImageSource FinishedImage { get; set; }

Property Value

ImageSource

OnlineImage

ImageSource for the Online state.

public ImageSource OnlineImage { get; set; }

Property Value

ImageSource

StoppedImage

ImageSource for the Stopped state.

public ImageSource StoppedImage { get; set; }

Property Value

ImageSource