Click or drag to resize

CurrentIsInDesignMode Property

Gets or sets a value indicating whether the app is in design mode.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsInDesignMode { get; set; }

Property Value

Boolean
True if the application is in design mode, otherwise, false.
See Also