ListViewItemPresenter.SelectedPressedBackgroundProperty Property

Definition

Identifies the SelectedPressedBackground dependency property.

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

Property Value

The identifier for the SelectedPressedBackground dependency property.

Applies to

See also