CustomPropertyValueEditor Enumeration
Expression Studio 4.0
Enumerates possible values for reusable property value editors.
Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)
| Member name | Description |
|---|---|
| Element | Uses the element picker, if supported, to edit this property at design time. |
| ElementBinding | Uses the element-binding picker, if supported, to edit this property at design time. |
| PropertyBinding | Uses the property-binding picker, if supported, to edit this property at design time. |
| StateName | Uses the state picker, if supported, to edit this property at design time. |
| Storyboard | Uses the storyboard picker, if supported, to edit this property at design time. |