Click or drag to resize

StartupSettingsApplicationRootPath Property

Gets/Sets the application root path to use. Use null (default) to use the base directory of the application's AppDomain.

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

Property Value

String
See Also