Menu
Enumerates possible values for reusable property value editors.


Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

Members

Member nameDescription
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.

See Also