Share via


PropertyEntry.PropertyValue Property

Gets the PropertyValue (data model) for this PropertyEntry.

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

Syntax

'Declaration
Public Overridable ReadOnly Property PropertyValue As PropertyValue
    Get
public virtual PropertyValue PropertyValue { get; }
public:
virtual property PropertyValue^ PropertyValue {
    PropertyValue^ get ();
}
abstract PropertyValue : PropertyValue
override PropertyValue : PropertyValue
function get PropertyValue () : PropertyValue

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The PropertyValue for this PropertyEntry.

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture