CurrentIsInDesignMode Property |
Gets or sets a value indicating whether the app is in design mode.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsInDesignMode { get; set; }
Property Value
Boolean
True if the application is in design mode, otherwise, false.
See Also