UnitEditor

StockSharp.Xaml

The control for the class object Unit editing.

Erbt von: BaseEdit

Konstruktoren

UnitEditor()

Create instance.

Eigenschaften

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.

Methoden

CreateEditorSettings() : BaseEditSettings
CreateEditStrategy() : EditStrategyBase

Felder

ShowTypeSelectorProperty : DependencyProperty

DependencyProperty for ShowTypeSelector.