Table of Contents

Class CustomPropertyValueEditorAttribute

Namespace
Microsoft.Xaml.Behaviors
Assembly
Microsoft.Xaml.Behaviors.dll

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

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 CustomPropertyValueEditor

The 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.