Click or drag to resize

PropertyKeyBaseApplyProperty Method

Applies the property.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void ApplyProperty(
	Object o
)

Parameters

o  Object
The property value to apply.
See Also