Represent an unit conversion for an UnitSystem used for grouping large or small values (such as nano or mega units)
More...
Represent an unit conversion for an UnitSystem used for grouping large or small values (such as nano or mega units)
Definition at line 47 of file UnitSystem.cs.
SiliconStudio.Presentation.Controls.UnitConversion.UnitConversion |
( |
| ) |
|
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitConversion.GroupingValuesProperty = DependencyProperty.Register("GroupingValues", typeof(UnitGroupingCollection), typeof(UnitConversion)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitConversion.IsMultipliableProperty = DependencyProperty.Register("IsMultipliable", typeof(bool), typeof(UnitConversion)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitConversion.SymbolProperty = DependencyProperty.Register("Symbol", typeof(string), typeof(UnitConversion)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitConversion.ValueProperty = DependencyProperty.Register("Value", typeof(double), typeof(UnitConversion)) |
|
static |
A list of UnitGrouping that can be used to override the default grouping method (which groups by the closest value of the form {1/2/5} * 10^n)
Definition at line 65 of file UnitSystem.cs.
bool SiliconStudio.Presentation.Controls.UnitConversion.IsMultipliable |
|
getset |
If the GroupingValues list is empty, indicate that the values can be grouped using the default grouping method (which groups by the closest value of the form {1/2/5} * 10^n * Value)
Definition at line 69 of file UnitSystem.cs.
string SiliconStudio.Presentation.Controls.UnitConversion.Symbol |
|
getset |
double SiliconStudio.Presentation.Controls.UnitConversion.Value |
|
getset |
The value of this conversion expressed in its parent unit
Definition at line 57 of file UnitSystem.cs.
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/common/presentation/SiliconStudio.Presentation/Controls/UnitSystem.cs