Click or drag to resize

PropertyLevel Enumeration

Designates the level for which the property is intended for.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum PropertyLevel
Members
Member nameValueDescription
Application1Property is intended for the application level (UserSettings, ApplicationSettings and BuiltinSettings).
Project2Property is intended for the project level (only root folder, but no other folder properties).
ProjectFolder4Property is intended for the project folder level (folder properties, including the root folder).
AllUpToFolder7Property is intended for Application, Project and ProjectFolder level.
Document8Property is intended for a specific document. Further information on the specific type of document is neccessary from elsewhere.
All15Property is intended for Application, Project and ProjectFolder level and for a document item. Further information on the specific type of document is neccessary from elsewhere.
See Also