UnitEditorSettings

StockSharp.Xaml

Editar configuración para UnitEditor.

Hereda de: BaseEditSettings

Propiedades

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

Valor máximo.

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

Valor mínimo.

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

Apoyo Absoluto.

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

Límite de soporte.

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

Apoyo porcentual.

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

Punto de apoyo.

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

Paso de apoyo.

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

Tipo de unidad.

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

Valor unitario.

Métodos

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

Campos

MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
value = UnitEditorSettings.MaxValueProperty

Valor máximo.

MinValueProperty
public static readonly DependencyProperty MinValueProperty
value = UnitEditorSettings.MinValueProperty

Valor mínimo.

SupportAbsoluteProperty
public static readonly DependencyProperty SupportAbsoluteProperty
value = UnitEditorSettings.SupportAbsoluteProperty

Apoyo Absoluto.

SupportLimitTypeProperty
public static readonly DependencyProperty SupportLimitTypeProperty
value = UnitEditorSettings.SupportLimitTypeProperty

Límite de soporte.

SupportPercentProperty
public static readonly DependencyProperty SupportPercentProperty
value = UnitEditorSettings.SupportPercentProperty

Apoyo porcentual.

SupportPointTypeProperty
public static readonly DependencyProperty SupportPointTypeProperty
value = UnitEditorSettings.SupportPointTypeProperty

Punto de apoyo.

SupportStepTypeProperty
public static readonly DependencyProperty SupportStepTypeProperty
value = UnitEditorSettings.SupportStepTypeProperty

Paso de apoyo.

UnitTypeProperty
public static readonly DependencyProperty UnitTypeProperty
value = UnitEditorSettings.UnitTypeProperty

Tipo de unidad.

UnitValueProperty
public static readonly DependencyProperty UnitValueProperty
value = UnitEditorSettings.UnitValueProperty

Valor unitario.