UnitEditorSettings
StockSharp.Xaml
UnitEditor@ の編集設定
継承元: BaseEditSettings
プロパティ
MaxValue
public decimal? MaxValue { get; set; }
value = unitEditorSettings.MaxValue
unitEditorSettings.MaxValue = value
マックスバリュー。
MinValue
public decimal? MinValue { get; set; }
value = unitEditorSettings.MinValue
unitEditorSettings.MinValue = value
最小値。
SupportAbsolute
public bool SupportAbsolute { get; set; }
value = unitEditorSettings.SupportAbsolute
unitEditorSettings.SupportAbsolute = value
絶対サポート。
SupportLimitType
public bool SupportLimitType { get; set; }
value = unitEditorSettings.SupportLimitType
unitEditorSettings.SupportLimitType = value
サポート制限
SupportPercent
public bool SupportPercent { get; set; }
value = unitEditorSettings.SupportPercent
unitEditorSettings.SupportPercent = value
サポートパーセント。
SupportPointType
public bool SupportPointType { get; set; }
value = unitEditorSettings.SupportPointType
unitEditorSettings.SupportPointType = value
サポートポイント
SupportStepType
public bool SupportStepType { get; set; }
value = unitEditorSettings.SupportStepType
unitEditorSettings.SupportStepType = value
サポートステップ。
UnitType
public UnitTypes UnitType { get; set; }
value = unitEditorSettings.UnitType
unitEditorSettings.UnitType = value
ユニットタイプ
UnitValue
public decimal? UnitValue { get; set; }
value = unitEditorSettings.UnitValue
unitEditorSettings.UnitValue = value
単位の価値。
メソッド
AssignToEditCore
protected override void AssignToEditCore(IBaseEdit e)
unitEditorSettings.AssignToEditCore(e)
- edit
フィールド
MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
value = UnitEditorSettings.MaxValueProperty
マックスバリュー。
MinValueProperty
public static readonly DependencyProperty MinValueProperty
value = UnitEditorSettings.MinValueProperty
最小値。
SupportAbsoluteProperty
public static readonly DependencyProperty SupportAbsoluteProperty
value = UnitEditorSettings.SupportAbsoluteProperty
絶対サポート。
SupportLimitTypeProperty
public static readonly DependencyProperty SupportLimitTypeProperty
value = UnitEditorSettings.SupportLimitTypeProperty
サポート制限
SupportPercentProperty
public static readonly DependencyProperty SupportPercentProperty
value = UnitEditorSettings.SupportPercentProperty
サポートパーセント。
SupportPointTypeProperty
public static readonly DependencyProperty SupportPointTypeProperty
value = UnitEditorSettings.SupportPointTypeProperty
サポートポイント
SupportStepTypeProperty
public static readonly DependencyProperty SupportStepTypeProperty
value = UnitEditorSettings.SupportStepTypeProperty
サポートステップ。
UnitTypeProperty
public static readonly DependencyProperty UnitTypeProperty
value = UnitEditorSettings.UnitTypeProperty
ユニットタイプ
UnitValueProperty
public static readonly DependencyProperty UnitValueProperty
value = UnitEditorSettings.UnitValueProperty
単位の価値。