PropertyValue.ClearValue Method

When overridden in a derived class, clears the value so that it is not set.

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

Syntax

'Declaration
Public MustOverride Sub ClearValue
public abstract void ClearValue()
public:
virtual void ClearValue() abstract
abstract ClearValue : unit -> unit 
public abstract function ClearValue()

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture