Enum CustomPropertyValueEditor
Enumerates possible values for reusable property value editors.
Namespace: System.Windows.Interactivity
Assembly: OpenSilver.Interactivity.dll
Syntax
public enum CustomPropertyValueEditor
Fields
| 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. |