FrameworkPropertyMetadata Properties
.NET Framework 4.5
The FrameworkPropertyMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectsArrange | Gets or sets a value that indicates whether a dependency property potentially affects the arrange pass during layout engine operations. |
|
AffectsMeasure | Gets or sets a value that indicates whether a dependency property potentially affects the measure pass during layout engine operations. |
|
AffectsParentArrange | Gets or sets a value that indicates whether a dependency property potentially affects the arrange pass of its parent element's layout during layout engine operations. |
|
AffectsParentMeasure | Gets or sets a value that indicates whether a dependency property potentially affects the measure pass of its parent element's layout during layout engine operations. |
|
AffectsRender | Gets or sets a value that indicates whether a dependency property potentially affects the general layout in some way that does not specifically influence arrangement or measurement, but would require a redraw. |
|
BindsTwoWayByDefault | Gets or sets a value that indicates whether the property binds two-way by default. |
|
CoerceValueCallback | Gets or sets a reference to a CoerceValueCallback implementation specified in this metadata. (Inherited from PropertyMetadata.) |
|
DefaultUpdateSourceTrigger | Gets or sets the default for UpdateSourceTrigger to use when bindings for the property with this metadata are applied, which have their UpdateSourceTrigger set to Default. |
|
DefaultValue | Gets or sets the default value of the dependency property. (Inherited from PropertyMetadata.) |
|
Inherits | Gets or sets a value that indicates whether the value of the dependency property is inheritable. |
|
IsAnimationProhibited | Gets or sets a value declaring whether animations should be disabled on the dependency property where the containing metadata instance is applied. (Inherited from UIPropertyMetadata.) |
|
IsDataBindingAllowed | Gets a value that indicates whether data binding is supported for the dependency property. |
|
IsNotDataBindable | Gets or sets a value that indicates whether the dependency property supports data binding. |
|
IsSealed | Gets a value that determines whether the metadata has been applied to a property in some way, resulting in the immutable state of that metadata instance. (Inherited from PropertyMetadata.) |
|
Journal | Gets or sets a value that indicates whether this property contains journaling information that applications can or should store as part of a journaling implementation. |
|
OverridesInheritanceBehavior | Gets or sets a value that indicates whether the property value inheritance evaluation should span across certain content boundaries in the logical tree of elements. |
|
PropertyChangedCallback | Gets or sets a reference to a PropertyChangedCallback implementation specified in this metadata. (Inherited from PropertyMetadata.) |
|
SubPropertiesDoNotAffectRender | Gets or sets a value that indicates whether sub-properties of the dependency property do not affect the rendering of the containing object. |