Show / Hide Table of Contents

Enum FrameworkPropertyMetadataOptions

Specifies the types of framework-level property behavior that pertain to a particular dependency property.

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[Flags]
public enum FrameworkPropertyMetadataOptions

Fields

Name Description
AffectsArrange

This property affects arragement

AffectsMeasure

This property affects measurement

AffectsParentArrange

This property affects parent's arrangement

AffectsParentMeasure

This property affects parent's measurement

AffectsRender

This property affects rendering

Inherits

This property inherits to children

None

No flags

  • Improve this Doc
  • View Source