Represent an unit system that can be used with a ScaleBar
More...
Represent an unit system that can be used with a ScaleBar
Definition at line 12 of file UnitSystem.cs.
SiliconStudio.Presentation.Controls.UnitSystem.UnitSystem |
( |
| ) |
|
void SiliconStudio.Presentation.Controls.UnitSystem.GetAllGroupingValues |
( |
ref List< double > |
values | ) |
|
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitSystem.ConversionsProperty = DependencyProperty.Register("Conversions", typeof(UnitConversionCollection), typeof(UnitSystem)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitSystem.GroupingValuesProperty = DependencyProperty.Register("GroupingValues", typeof(UnitGroupingCollection), typeof(UnitSystem)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitSystem.SymbolProperty = DependencyProperty.Register("Symbol", typeof(string), typeof(UnitSystem)) |
|
static |
A list of UnitConversion that can be used for grouping with a different unit (such as nano or mega units).
Definition at line 29 of file UnitSystem.cs.
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 25 of file UnitSystem.cs.
string SiliconStudio.Presentation.Controls.UnitSystem.Symbol |
|
getset |
The default symbol of the unit that will be appended to numeric value in the ScaleBar
Definition at line 21 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