IContainItemStorage.ClearValue(DependencyProperty) Method

Definition

Removes the specified property from all property bags.

public:
 void ClearValue(System::Windows::DependencyProperty ^ dp);
public void ClearValue (System.Windows.DependencyProperty dp);
abstract member ClearValue : System.Windows.DependencyProperty -> unit
Public Sub ClearValue (dp As DependencyProperty)

Parameters

dp
DependencyProperty

The property to remove.

Applies to