PropertyKeyTApplyProperty(T) Method |
Applies the value given in the argument by calling a procedure stored in this property key.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ApplyProperty(
T value
)
Parameters
- value T
- The property value that should be applied.
See Also