In traditional winforms development I have become accustomed to the [DesignerSerializationVisibility] attribute to prevent the designer trying to serialize properties that shouldn't be serialized at design time.
This doesn't seem to exist in silverlight. What is the equivalent way to hide a property from the designer.