Click or drag to resize

BackgroundStyleControllerThrowIfNotInitialized Method

Throws an exception if the controller is not initialized with a document.

Namespace: Altaxo.Gui.Graph.Gdi.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void ThrowIfNotInitialized()
Exceptions
ExceptionCondition
InvalidOperationExceptionController was not initialized with a document.
Remarks
Overridden because _doc can be here.
See Also