Represent an acceptable value for grouping units
More...
Represent an acceptable value for grouping units
Definition at line 80 of file UnitSystem.cs.
SiliconStudio.Presentation.Controls.UnitGrouping.UnitGrouping |
( |
| ) |
|
SiliconStudio.Presentation.Controls.UnitGrouping.UnitGrouping |
( |
double |
largeIntervalSize, |
|
|
int |
smallIntervalCount |
|
) |
| |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitGrouping.IsMultipliableProperty = DependencyProperty.Register("IsMultipliable", typeof(bool), typeof(UnitGrouping)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitGrouping.LargeIntervalSizeProperty = DependencyProperty.Register("LargeIntervalSize", typeof(double), typeof(UnitGrouping)) |
|
static |
readonly DependencyProperty SiliconStudio.Presentation.Controls.UnitGrouping.SmallIntervalCountProperty = DependencyProperty.Register("SmallIntervalCount", typeof(int), typeof(UnitGrouping), new FrameworkPropertyMetadata(10)) |
|
static |
bool SiliconStudio.Presentation.Controls.UnitGrouping.IsMultipliable |
|
getset |
Indicate that the values can be grouped more efficiently using the default grouping method (which groups by the closest value of the form {1/2/5} * 10^n * LargeIntervalSize)
Definition at line 97 of file UnitSystem.cs.
double SiliconStudio.Presentation.Controls.UnitGrouping.LargeIntervalSize |
|
getset |
Grouping value that represent the length of a large tick interval in a ScaleBar
Definition at line 89 of file UnitSystem.cs.
int SiliconStudio.Presentation.Controls.UnitGrouping.SmallIntervalCount |
|
getset |
Number of small intervals (generating small ticks) into a large tick interval of a ScaleBar
Definition at line 93 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