IProperty |
The IPropertyService type exposes the following members.
Name | Description | |
---|---|---|
ApplicationSettings | Gets the property bag with application settings. These are typically stored in the .addin file. | |
BuiltinSettings | Gets the builtin settings. These are typically hard-coded in the program. | |
ConfigDirectory | Absolute path to the application's config directory. | |
DataDirectory | Absolute path to the application's data directory. This is the directory where e.g. resources for the application are stored. | |
LocalApplicationSettings | Returns the property bag with local application settings (settings on this computer, global for all users). These are typically stored in the LOCALAPPDATA directory. This bag is not used by Altaxo (but by other programs). | |
UserSettings | Returns the property bag with user settings. These are typically stored in the user's application settings directory. |