Свойство | Тип | Описание | |
---|---|---|---|
DefaultUnit | PressureUnit | ||
MaxValueProperty | |||
MinValueProperty | |||
UnitProperty | |||
ValueProperty |
Метод | Описание | |
---|---|---|
CreateSuffix ( SymbolFormat format ) : string | ||
CreateSuffix ( SymbolFormat format, PressureUnit unit ) : string | ||
OnMaxValueChanged ( |
||
OnMaxValueChanged ( Pressure oldValue, Pressure newValue ) : void | ||
OnMinValueChanged ( |
||
OnMinValueChanged ( Pressure oldValue, Pressure newValue ) : void | ||
OnScalarMaxValueChanged ( double newValue ) : void | ||
OnScalarMinValueChanged ( double newValue ) : void | ||
OnScalarValueChanged ( double newValue ) : void | ||
OnUnitChanged ( |
||
OnValueChanged ( object oldValue, object newValue ) : void | ||
SetQuantityValue ( |
||
SetScalarValue ( |
||
UpdateIsDirty ( ) : void |
Метод | Описание | |
---|---|---|
IQuantityFormatter ( IQuantity quantity ) : string | ||
PressureRow ( ) : System.Windows |
protected CreateSuffix ( SymbolFormat format ) : string | ||
format | SymbolFormat | |
Результат | string |
protected static CreateSuffix ( SymbolFormat format, PressureUnit unit ) : string | ||
format | SymbolFormat | |
unit | PressureUnit | |
Результат | string |
protected static OnMaxValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
Результат | void |
protected OnMaxValueChanged ( Pressure oldValue, Pressure newValue ) : void | ||
oldValue | Pressure | |
newValue | Pressure | |
Результат | void |
protected static OnMinValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
Результат | void |
protected OnMinValueChanged ( Pressure oldValue, Pressure newValue ) : void | ||
oldValue | Pressure | |
newValue | Pressure | |
Результат | void |
protected OnScalarMaxValueChanged ( double newValue ) : void | ||
newValue | double | |
Результат | void |
protected OnScalarMinValueChanged ( double newValue ) : void | ||
newValue | double | |
Результат | void |
protected OnScalarValueChanged ( double newValue ) : void | ||
newValue | double | |
Результат | void |
protected static OnUnitChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
Результат | void |
protected OnValueChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | |
newValue | object | |
Результат | void |
protected SetQuantityValue ( |
||
property | ||
value | double | |
Результат | void |
protected SetScalarValue ( |
||
property | ||
quantity | Pressure | |
Результат | void |
public static PressureUnit DefaultUnit | ||
Результат | PressureUnit |
public static DependencyProperty,System.Windows MaxValueProperty | ||
Результат |
public static DependencyProperty,System.Windows MinValueProperty | ||
Результат |
public static DependencyProperty,System.Windows UnitProperty | ||
Результат |