Click or drag to resize

PropertyBagGetValueT(PropertyKeyT) Method

Gets the value of a property.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual T GetValue<T>(
	PropertyKey<T> p
)

Parameters

p  PropertyKeyT
The property key.

Type Parameters

T
The of the property.

Return Value

T
The property.

Implements

IReadOnlyPropertyBagGetValueT(PropertyKeyT)
See Also