Click or drag to resize

SuspendableDocumentNodeStaticInstance Property

Gets a single static instance that can be used to give some document nodes a parent, for instance those nodes that are defined as static (Brushes, Pens etc.).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IDocumentNode StaticInstance { get; }

Property Value

IDocumentNode
A static instance of IDocumentNode.
See Also