Click or drag to resize

QuantityWithUnitGuiEnvironmentDefaultUnit Property

Gets or sets the default unit displayed in GUI elements.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IPrefixedUnit DefaultUnit { get; set; }

Property Value

IPrefixedUnit
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the environment is still being created and no default unit is available yet.
See Also