get_property
Description:
Gets the value of a property.
This searches though all the CanvasStyle's own list of property settings and also all ancestor CanvasStyle objects.
Note that it returns a pointer to the internal Value setting, which should not be changed.
Parameters:
this |
a style. |
property_id |
the property identifier. |
Returns:
the property value, or null if it isn't set. |