This documentation is archived and is not being maintained.
DependencyPropertyOptions Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: