UnitEditor

StockSharp.Xaml

The control for the class object Unit editing.

Наследует: BaseEdit

Конструкторы

UnitEditor()

Create instance.

Свойства

DefaultSupportLegacyTypes : bool

Default value for SupportStepType, SupportLimitType, SupportPointType.

MaxValue : decimal?

Max value.

MinValue : decimal?

Min value.

ShowTypeSelector : bool

Show type selector.

SupportAbsolute : bool

Support Absolute.

SupportedTypes : IEnumerable<UnitTypes>

Supported unit types.

SupportLimitType : bool

Support Limit.

SupportPercent : bool

Support Percent.

SupportPointType : bool

Support Point.

SupportStepType : bool

Support Step.

UnitType : UnitTypes

Unit type.

UnitValue : decimal?

Unit value.

Методы

CreateEditorSettings() : BaseEditSettings
CreateEditStrategy() : EditStrategyBase

Поля

ShowTypeSelectorProperty : DependencyProperty

DependencyProperty for ShowTypeSelector.