CustomPropertyValueEditor Enumeration

Enumerates possible values for reusable property value editors.

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

Syntax

'Declaration
Public Enumeration CustomPropertyValueEditor
'Usage
Dim instance As CustomPropertyValueEditor
public enum CustomPropertyValueEditor
public enum class CustomPropertyValueEditor
public enum CustomPropertyValueEditor
public enum CustomPropertyValueEditor

Members

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.

See Also

Reference

System.Windows.Interactivity Namespace