UnitWindow

StockSharp.Xaml

The window for editing Unit.

Inherits: ThemedWindow

Implements: IComponentConnector

Constructors

UnitWindow
public UnitWindow()
unitWindow = UnitWindow()

Initializes a new instance of the UnitWindow.

Properties

SupportedTypes
public IEnumerable<UnitTypes> SupportedTypes { get; set; }
value = unitWindow.SupportedTypes
unitWindow.SupportedTypes = value

SupportedTypes

Value
public Unit Value { get; set; }
value = unitWindow.Value
unitWindow.Value = value

Value.

Methods

InitializeComponent
public void InitializeComponent()
unitWindow.InitializeComponent()

InitializeComponent