System.Windows Namespace


.NET Framework Class Library for Silverlight
PropertyMetadata Class

Defines certain behavior aspects of a dependency property, including conditions it was registered with.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public Class PropertyMetadata
Visual Basic (Usage)
Dim instance As PropertyMetadata
C#
public class PropertyMetadata
Remarks

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 3, there is no support for per-type property metadata. The metadata used for a dependency property in Silverlight 3 is always the metadata that is applied by the initially registering and owning type (the type from which the Register is made).

Inheritance Hierarchy

System..::.Object
  System.Windows..::.PropertyMetadata
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources

Tags :


Page view tracker