Click or drag to resize

StartupSettingsDataDirectory Property

Sets the data directory used to load resources. Use null (default) to use the default path "ApplicationRootPath\data".

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? DataDirectory { get; set; }

Property Value

String
See Also