CustomPropertyValueEditorAttribute Class

Associates the given editor type with the property on which the CustomPropertyValueEditor is applied.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)> _
Public NotInheritable Class CustomPropertyValueEditorAttribute
    Inherits Attribute
'Usage
Dim instance As CustomPropertyValueEditorAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] 
public sealed class CustomPropertyValueEditorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple=false, Inherited=true)] 
public ref class CustomPropertyValueEditorAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */ 
public final class CustomPropertyValueEditorAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) 
public final class CustomPropertyValueEditorAttribute extends Attribute

Remarks

Use this attribute to get improved design-time editing for properties that denote element (by name), storyboards, or states (by name).

Inheritance Hierarchy

System.Object
   System.Attribute
    System.Windows.Interactivity.CustomPropertyValueEditorAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CustomPropertyValueEditorAttribute Members
System.Windows.Interactivity Namespace