Property | Type | Description | |
---|---|---|---|
DefaultUnit | SolidAngleUnit | ||
MaxValueProperty | |||
MinValueProperty | |||
UnitProperty | DependencyProperty | ||
ValueProperty | DependencyProperty |
Method | Description | |
---|---|---|
CreateSuffix ( SymbolFormat format ) : string | ||
CreateSuffix ( SymbolFormat format, SolidAngleUnit unit ) : string | ||
OnMaxValueChanged ( |
||
OnMaxValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void | ||
OnMinValueChanged ( |
||
OnMinValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void | ||
OnScalarMaxValueChanged ( double newValue ) : void | ||
OnScalarMinValueChanged ( double newValue ) : void | ||
OnScalarValueChanged ( double newValue ) : void | ||
OnUnitChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnValueChanged ( object oldValue, object newValue ) : void | ||
SetQuantityValue ( DependencyProperty property, double value ) : void | ||
SetScalarValue ( DependencyProperty property, SolidAngle quantity ) : void | ||
UpdateIsDirty ( ) : void |
Method | Description | |
---|---|---|
IQuantityFormatter ( IQuantity quantity ) : string | ||
SolidAngleRow ( ) : System.Windows |
protected CreateSuffix ( SymbolFormat format ) : string | ||
format | SymbolFormat | |
return | string |
protected static CreateSuffix ( SymbolFormat format, SolidAngleUnit unit ) : string | ||
format | SymbolFormat | |
unit | SolidAngleUnit | |
return | string |
protected static OnMaxValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnMaxValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void | ||
oldValue | SolidAngle | |
newValue | SolidAngle | |
return | void |
protected static OnMinValueChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnMinValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void | ||
oldValue | SolidAngle | |
newValue | SolidAngle | |
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 ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
d | DependencyObject | |
e | DependencyPropertyChangedEventArgs | |
return | void |
protected OnValueChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | |
newValue | object | |
return | void |
protected SetQuantityValue ( DependencyProperty property, double value ) : void | ||
property | DependencyProperty | |
value | double | |
return | void |
protected SetScalarValue ( DependencyProperty property, SolidAngle quantity ) : void | ||
property | DependencyProperty | |
quantity | SolidAngle | |
return | void |
public static SolidAngleUnit DefaultUnit | ||
return | SolidAngleUnit |
public static DependencyProperty,System.Windows MaxValueProperty | ||
return |
public static DependencyProperty,System.Windows MinValueProperty | ||
return |
public static DependencyProperty UnitProperty | ||
return | DependencyProperty |