Table of Contents

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 MaxValueProperty

Field Value

DependencyProperty

MinValueProperty

Min value.

public static readonly DependencyProperty MinValueProperty

Field Value

DependencyProperty

SupportLimitTypeProperty

Support limit type.

public static readonly DependencyProperty SupportLimitTypeProperty

Field Value

DependencyProperty

SupportPointTypeProperty

Support point type.

public static readonly DependencyProperty SupportPointTypeProperty

Field Value

DependencyProperty

SupportStepTypeProperty

Support step type.

public static readonly DependencyProperty SupportStepTypeProperty

Field Value

DependencyProperty

UnitTypeProperty

Unit type.

public static readonly DependencyProperty UnitTypeProperty

Field Value

DependencyProperty

UnitValueProperty

Unit value.

public static readonly DependencyProperty UnitValueProperty

Field Value

DependencyProperty

Properties

MaxValue

Max value.

public decimal? MaxValue { get; set; }

Property Value

decimal?

MinValue

Min value.

public decimal? MinValue { get; set; }

Property Value

decimal?

SupportLimitType

Support limit type.

public bool SupportLimitType { get; set; }

Property Value

bool

SupportPointType

Support point type.

public bool SupportPointType { get; set; }

Property Value

bool

SupportStepType

Support step type.

public bool SupportStepType { get; set; }

Property Value

bool

UnitType

Unit type.

public UnitTypes UnitType { get; set; }

Property Value

UnitTypes

UnitValue

Unit value.

public decimal UnitValue { get; set; }

Property Value

decimal

Methods

AssignToEditCore(IBaseEdit)

protected override void AssignToEditCore(IBaseEdit e)

Parameters

e IBaseEdit