Click or drag to resize

IPropertyBagSetValueT(PropertyKeyT, T) Method

Sets 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#
void SetValue<T>(
	PropertyKey<T> p,
	T value
)

Parameters

p  PropertyKeyT
The property key.
value  T
The value of the property.

Type Parameters

T
Type of the property.
See Also