Delen via


PropertyValue.Source Property

When overridden in a derived class, gets a PropertyValueSource that contains information about the source of this property value.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Source As PropertyValueSource
'Usage
Dim instance As PropertyValue 
Dim value As PropertyValueSource 

value = instance.Source
public abstract PropertyValueSource Source { get; }
public:
virtual property PropertyValueSource^ Source {
    PropertyValueSource^ get () abstract;
}
public abstract function get Source () : PropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
Information about the source of this property value.

Remarks

An example of a source implementation is the

DependencyPropertyValueSource class, which contains information about the source of dependency property values.

.NET Framework Security

See Also

Reference

PropertyValue Class

PropertyValue Members

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture