Class UnitEditorSettings
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Edit settings for UnitEditor.
public class UnitEditorSettings : BaseEditSettings- Inheritance
- 
      
      UnitEditorSettings
- Extension Methods
Constructors
UnitEditorSettings()
public UnitEditorSettings()Fields
MaxValueProperty
Max value.
public static readonly DependencyProperty MaxValuePropertyField Value
MinValueProperty
Min value.
public static readonly DependencyProperty MinValuePropertyField Value
SupportAbsoluteProperty
Support Absolute.
public static readonly DependencyProperty SupportAbsolutePropertyField Value
SupportLimitTypeProperty
Support Limit.
public static readonly DependencyProperty SupportLimitTypePropertyField Value
SupportPercentProperty
Support Percent.
public static readonly DependencyProperty SupportPercentPropertyField Value
SupportPointTypeProperty
Support Point.
[Obsolete("UnitTypes.Point is obsolete.")]
public static readonly DependencyProperty SupportPointTypePropertyField Value
SupportStepTypeProperty
Support Step.
[Obsolete("UnitTypes.Step is obsolete.")]
public static readonly DependencyProperty SupportStepTypePropertyField Value
UnitTypeProperty
Unit type.
public static readonly DependencyProperty UnitTypePropertyField Value
UnitValueProperty
Unit value.
public static readonly DependencyProperty UnitValuePropertyField Value
Properties
MaxValue
Max value.
public decimal? MaxValue { get; set; }Property Value
MinValue
Min value.
public decimal? MinValue { get; set; }Property Value
SupportAbsolute
Support Absolute.
public bool SupportAbsolute { get; set; }Property Value
SupportLimitType
Support Limit.
public bool SupportLimitType { get; set; }Property Value
SupportPercent
Support Percent.
public bool SupportPercent { get; set; }Property Value
SupportPointType
Support Point.
public bool SupportPointType { get; set; }Property Value
SupportStepType
Support Step.
public bool SupportStepType { get; set; }Property Value
UnitType
Unit type.
public UnitTypes UnitType { get; set; }Property Value
UnitValue
Unit value.
public decimal? UnitValue { get; set; }Property Value
Methods
AssignToEditCore(IBaseEdit)
protected override void AssignToEditCore(IBaseEdit e)Parameters
- eIBaseEdit