Enum PropMetadataOption
Defines options for the DependencyProperty.
[Flags]
public enum PropMetadataOption
Fields
AffectsLayout = 1This property affects measurement
AffectsPaint = 2This property affects rendering
BindsTwoWayByDefault = 256Data bindings on this property default to two-way
Inherits = 32This property inherits to children
None = 0No flags
NotDataBindable = 128This property does not support data binding
OverridesInheritanceBehavior = 64This property causes inheritance and resource lookup to override values of InheritanceBehavior that may be set on any FE in the path of lookup
SubPropertiesDoNotAffectRender = 2048This property's subproperties do not affect rendering. For instance, a property X may have a subproperty Y. Changing X.Y does not require rendering to be updated.