This documentation is archived and is not being maintained.
DependencyPropertyOptions Enumeration
Visual Studio 2010
Represents an enumeration of DependencyProperty options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Workflow.ComponentModelAssembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Default | Default option. No noted characteristic. | |
| ReadOnly | The DependencyProperty is read-only. | |
| Optional | The DependencyProperty is an optional property. | |
| Metadata | The DependencyProperty represents metadata. | |
| NonSerialized | The DependencyProperty is not serialized. | |
| DelegateProperty | This option is used to specify whether or not a property is of type Delegate. It is important to use this to disambiguate the delegate properties from events. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: