This example shows how to use the Clone method to create a writable copy of a read-only Freezable. After a Freezable object is marked as read-only ("frozen"), you cannot modify it. However, you can use the 'Clone' method to create a modifiable clone of the frozen object.
The following example creates a modifiable clone of a frozen 'SolidColorBrush' object.
|