Enum CustomPropertyValueEditor
Enumerates possible values for reusable property value editors.
public enum CustomPropertyValueEditor
Fields
Element = 0Uses the element picker, if supported, to edit this property at design time.
ElementBinding = 3Uses the element-binding picker, if supported, to edit this property at design time.
PropertyBinding = 4Uses the property-binding picker, if supported, to edit this property at design time.
StateName = 2Uses the state picker, if supported, to edit this property at design time.
Storyboard = 1Uses the storyboard picker, if supported, to edit this property at design time.