PropertyKeyTApplyProperty(Object) 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 protected override void ApplyProperty(
Object o
)
Parameters
- o Object
- The property value that should be applied.
See Also