Share via


KeyAttributePair<T>.Value Property

Gets the Attribute for the current KeyAttributePair<T>.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property Value As T
    Get
public T Value { get; }
public:
property T Value {
    T get ();
}
member Value : 'T
function get Value () : T

Property Value

Type: T
The Attribute for the current KeyAttributePair<T>.

.NET Framework Security

See Also

Reference

KeyAttributePair<T> Structure

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility