Share via


PropertyEntry.PropertyValue Property

Gets the PropertyValue (data model) for this PropertyEntry.

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

Syntax

'Declaration
Public ReadOnly Property PropertyValue As PropertyValue
'Usage
Dim instance As PropertyEntry 
Dim value As PropertyValue 

value = instance.PropertyValue
public PropertyValue PropertyValue { get; }
public:
property PropertyValue^ PropertyValue {
    PropertyValue^ get ();
}
public 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

PropertyEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture