ModelProperty.ClearValue Method

When overridden in a derived class, clears the local value for the property.

Namespace:  Microsoft.Windows.Design.Model
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

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture