Class CustomPropertyValueEditorAttribute
Associates the given editor type with the property on which the CustomPropertyValueEditor is applied.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class CustomPropertyValueEditorAttribute : Attribute
- Inheritance
-
CustomPropertyValueEditorAttribute
- Inherited Members
- Extension Methods
Remarks
Use this attribute to get improved design-time editing for properties that denote element (by name), storyboards, or states (by name).
Constructors
CustomPropertyValueEditorAttribute(CustomPropertyValueEditor)
Initializes a new instance of the CustomPropertyValueEditorAttribute class.
public CustomPropertyValueEditorAttribute(CustomPropertyValueEditor customPropertyValueEditor)
Parameters
customPropertyValueEditor
CustomPropertyValueEditorThe custom property value editor.
Properties
CustomPropertyValueEditor
Gets or sets the custom property value editor.
public CustomPropertyValueEditor CustomPropertyValueEditor { get; }
Property Value
- CustomPropertyValueEditor
The custom property value editor.