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