Click or drag to resize

IPropertyServiceUserSettings Property

Returns the property bag with user settings. These are typically stored in the user's application settings directory.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IPropertyBag UserSettings { get; }

Property Value

IPropertyBag
The user settings.
See Also