Defines certain behavior aspects of a dependency property, including conditions it was registered with.
Public Class PropertyMetadata
public class PropertyMetadata
The PropertyMetadata type exposes the following members.
In Windows Presentation Foundation (WPF), a dependency property can be registered with an owning type, and then you could override the metadata for that property as it existed on a specific type. In Silverlight 5, there is no support for per-type property metadata. The metadata used for a dependency property in Silverlight 5 is always the metadata that is applied by the initially registering and owning type (the type from which the Register is made).
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.