| PropertyMetadata Class |
Namespace: Windows.UI.Xaml
public class PropertyMetadata
The PropertyMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyMetadata |
Initializes a new instance of Windows.UI.Xaml.PropertyMetadata.
| |
| PropertyMetadata(Object) |
Initializes a new instance of the PropertyMetadata class, using a property
default value.
| |
| PropertyMetadata(Object, PropertyChangedCallback) |
Initializes a new instance of the PropertyMetadata class, using a property
default value and callback reference.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CallPropertyChangedWhenLoadedIntoVisualTree |
Determines if the callback method should be called when the element is added to the visual tree.
| |
| DefaultValue |
Gets the default value for the dependency property.
| |
| Inherits |
Determines if the property's value can be inherited from a parent element to a child element.
| |
| PropertyChangedCallback |
Gets the method that will be called when the property's value will change.
|