Property | Type | Description | |
---|---|---|---|
DefaultUnit | StiffnessUnit | ||
MaxValueProperty | |||
MinValueProperty | |||
UnitProperty | |||
ValueProperty |
Method | Description | |
---|---|---|
CreateSuffix ( SymbolFormat format ) : string | ||
CreateSuffix ( SymbolFormat format, StiffnessUnit unit ) : string | ||
OnMaxValueChanged ( |
||
OnMaxValueChanged ( Stiffness oldValue, Stiffness newValue ) : void | ||
OnMinValueChanged ( |
||
OnMinValueChanged ( Stiffness oldValue, Stiffness 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 |
Method | Description | |
---|---|---|
IQuantityFormatter ( IQuantity quantity ) : string | ||
StiffnessRow ( ) : System.Windows |
protected CreateSuffix ( SymbolFormat format ) : string | ||
format | SymbolFormat | |
return | string |
protected static CreateSuffix ( SymbolFormat format, StiffnessUnit unit ) : string | ||
format | SymbolFormat | |
unit | StiffnessUnit | |
return | string |
protected static OnMaxValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnMaxValueChanged ( Stiffness oldValue, Stiffness newValue ) : void | ||
oldValue | Stiffness | |
newValue | Stiffness | |
return | void |
protected static OnMinValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnMinValueChanged ( Stiffness oldValue, Stiffness newValue ) : void | ||
oldValue | Stiffness | |
newValue | Stiffness | |
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 | Stiffness | |
return | void |
public static StiffnessUnit DefaultUnit | ||
return | StiffnessUnit |
public static DependencyProperty,System.Windows MaxValueProperty | ||
return |
public static DependencyProperty,System.Windows MinValueProperty | ||
return |
public static DependencyProperty,System.Windows UnitProperty | ||
return |