CustomPropertyValueEditor Enumeration
Enumerates possible values for reusable property value editors.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Public Enumeration CustomPropertyValueEditor
public enum CustomPropertyValueEditor
public enum class CustomPropertyValueEditor
type CustomPropertyValueEditor
public enum CustomPropertyValueEditor
Members
Member name | Description | |
---|---|---|
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. |