Click or drag to resize
PropertyMetadata Properties

The PropertyMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCallPropertyChangedWhenLoadedIntoVisualTree
Determines if the callback method should be called when the element is added to the visual tree.
Public propertyDefaultValue
Gets the default value for the dependency property.
Public propertyInherits
Determines if the property's value can be inherited from a parent element to a child element.
Public propertyPropertyChangedCallback
Gets the method that will be called when the property's value will change.
Top
See Also