Show / Hide Table of Contents

Enum FrameworkPropertyMetadataOptions

Metadata options of Dependency Properties describing action/behavior, when property is changed, user gets the value or binds property

Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
[Flags]
public enum FrameworkPropertyMetadataOptions

Fields

Name Description
AffectsArrange

The affects arrange

AffectsMeasure

The affects measure

AffectsParentArrange

The affects parent arrange

AffectsParentMeasure

The affects parent measure

AffectsRender

The affects render

BindsTwoWayByDefault

The binds two way by default

Inherits

The inherits

None

The none

NotDataBindable

Data are not bind-able

Back to top Generated by DocFX