QuantityWithUnitGuiEnvironmentDefaultUnit Property |
Gets or sets the default unit displayed in GUI elements.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IPrefixedUnit DefaultUnit { get; set; }Property Value
IPrefixedUnit
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the environment is still being created and no default unit is available yet. |
See Also