Sets a property on a drawing object.
This is the function form of assigning the property (drawing.Radius = 50). Handy when the property name is dynamic.
Parameters
Returns
void
Example
Setting properties dynamically is useful for real-time overlay drawing.