Table of Contents

Enum PropMetadataOption

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Defines options for the DependencyProperty.

[Flags]
public enum PropMetadataOption

Fields

AffectsLayout = 1

This property affects measurement

AffectsPaint = 2

This property affects rendering

BindsTwoWayByDefault = 256

Data bindings on this property default to two-way

Inherits = 32

This property inherits to children

None = 0

No flags

NotDataBindable = 128

This property does not support data binding

OverridesInheritanceBehavior = 64

This property causes inheritance and resource lookup to override values of InheritanceBehavior that may be set on any FE in the path of lookup

SubPropertiesDoNotAffectRender = 2048

This 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.