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.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Source As PropertyValueSource
    Get
public abstract PropertyValueSource Source { get; }
public:
virtual property PropertyValueSource^ Source {
    PropertyValueSource^ get () abstract;
}
abstract Source : PropertyValueSource
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

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture