UnitEditorSettings

StockSharp.Xaml

Bearbeiten Sie Einstellungen für UnitEditor.

Erbt von: BaseEditSettings

Eigenschaften

MaxValue
public decimal? MaxValue { get; set; }
value = unitEditorSettings.MaxValue
unitEditorSettings.MaxValue = value

Maximalwert.

MinValue
public decimal? MinValue { get; set; }
value = unitEditorSettings.MinValue
unitEditorSettings.MinValue = value

Min.-Wert.

SupportAbsolute
public bool SupportAbsolute { get; set; }
value = unitEditorSettings.SupportAbsolute
unitEditorSettings.SupportAbsolute = value

Unterstützen Sie Absolute.

SupportLimitType
public bool SupportLimitType { get; set; }
value = unitEditorSettings.SupportLimitType
unitEditorSettings.SupportLimitType = value

Support Limit.

SupportPercent
public bool SupportPercent { get; set; }
value = unitEditorSettings.SupportPercent
unitEditorSettings.SupportPercent = value

Unterstützungsprozent.

SupportPointType
public bool SupportPointType { get; set; }
value = unitEditorSettings.SupportPointType
unitEditorSettings.SupportPointType = value

Stützpunkt.

SupportStepType
public bool SupportStepType { get; set; }
value = unitEditorSettings.SupportStepType
unitEditorSettings.SupportStepType = value

Unterstützungsschritt.

UnitType
public UnitTypes UnitType { get; set; }
value = unitEditorSettings.UnitType
unitEditorSettings.UnitType = value

Art der Einheit.

UnitValue
public decimal? UnitValue { get; set; }
value = unitEditorSettings.UnitValue
unitEditorSettings.UnitValue = value

Einheitswert.

Methoden

AssignToEditCore
protected override void AssignToEditCore(IBaseEdit e)
unitEditorSettings.AssignToEditCore(e)
edit

Felder

MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
value = UnitEditorSettings.MaxValueProperty

Maximalwert.

MinValueProperty
public static readonly DependencyProperty MinValueProperty
value = UnitEditorSettings.MinValueProperty

Min.-Wert.

SupportAbsoluteProperty
public static readonly DependencyProperty SupportAbsoluteProperty
value = UnitEditorSettings.SupportAbsoluteProperty

Unterstützen Sie Absolute.

SupportLimitTypeProperty
public static readonly DependencyProperty SupportLimitTypeProperty
value = UnitEditorSettings.SupportLimitTypeProperty

Support Limit.

SupportPercentProperty
public static readonly DependencyProperty SupportPercentProperty
value = UnitEditorSettings.SupportPercentProperty

Unterstützungsprozent.

SupportPointTypeProperty
public static readonly DependencyProperty SupportPointTypeProperty
value = UnitEditorSettings.SupportPointTypeProperty

Stützpunkt.

SupportStepTypeProperty
public static readonly DependencyProperty SupportStepTypeProperty
value = UnitEditorSettings.SupportStepTypeProperty

Unterstützungsschritt.

UnitTypeProperty
public static readonly DependencyProperty UnitTypeProperty
value = UnitEditorSettings.UnitTypeProperty

Art der Einheit.

UnitValueProperty
public static readonly DependencyProperty UnitValueProperty
value = UnitEditorSettings.UnitValueProperty

Einheitswert.