ListViewItemPresenter.PressedBackgroundProperty Property

Definition

Identifies the PressedBackground dependency property.

public:
 static property DependencyProperty ^ PressedBackgroundProperty { DependencyProperty ^ get(); };
static DependencyProperty PressedBackgroundProperty();
public static DependencyProperty PressedBackgroundProperty { get; }
var dependencyProperty = ListViewItemPresenter.pressedBackgroundProperty;
Public Shared ReadOnly Property PressedBackgroundProperty As DependencyProperty

Property Value

The identifier for the PressedBackground dependency property.

Applies to

See also