Property | Type | Description | |
---|---|---|---|
DefaultUnit | CurrentUnit | ||
MaxValueProperty | |||
MinValueProperty | |||
UnitProperty | |||
ValueProperty |
Method | Description | |
---|---|---|
CreateSuffix ( SymbolFormat format ) : string | ||
CreateSuffix ( SymbolFormat format, CurrentUnit unit ) : string | ||
OnMaxValueChanged ( Current oldValue, Current newValue ) : void | ||
OnMaxValueChanged ( |
||
OnMinValueChanged ( Current oldValue, Current newValue ) : void | ||
OnMinValueChanged ( |
||
OnScalarMaxValueChanged ( double newValue ) : void | ||
OnScalarMinValueChanged ( double newValue ) : void | ||
OnScalarValueChanged ( double newValue ) : void | ||
OnUnitChanged ( |
||
OnValueChanged ( object oldValue, object newValue ) : void | ||
SetQuantityValue ( |
||
SetScalarValue ( |
||
UpdateIsDirty ( ) : void |
Method | Description | |
---|---|---|
CurrentRow ( ) : System.Windows | ||
IQuantityFormatter ( IQuantity quantity ) : string |
protected CreateSuffix ( SymbolFormat format ) : string | ||
format | SymbolFormat | |
return | string |
protected static CreateSuffix ( SymbolFormat format, CurrentUnit unit ) : string | ||
format | SymbolFormat | |
unit | CurrentUnit | |
return | string |
protected OnMaxValueChanged ( Current oldValue, Current newValue ) : void | ||
oldValue | Current | |
newValue | Current | |
return | void |
protected static OnMaxValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnMinValueChanged ( Current oldValue, Current newValue ) : void | ||
oldValue | Current | |
newValue | Current | |
return | void |
protected static OnMinValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnScalarMaxValueChanged ( double newValue ) : void | ||
newValue | double | |
return | void |
protected OnScalarMinValueChanged ( double newValue ) : void | ||
newValue | double | |
return | void |
protected OnScalarValueChanged ( double newValue ) : void | ||
newValue | double | |
return | void |
protected static OnUnitChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnValueChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | |
newValue | object | |
return | void |
protected SetQuantityValue ( |
||
property | ||
value | double | |
return | void |
protected SetScalarValue ( |
||
property | ||
quantity | Current | |
return | void |
public static DependencyProperty,System.Windows MaxValueProperty | ||
return |
public static DependencyProperty,System.Windows MinValueProperty | ||
return |
public static DependencyProperty,System.Windows UnitProperty | ||
return |