Click or drag to resize

IPropertyBagOwnerPropertyBagNotNull Property

Gets the property bag. If there is no property bag, a new bag is created and then returned.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
PropertyBag PropertyBagNotNull { get; }

Property Value

PropertyBag
The property bag.
See Also