다음을 통해 공유


ListViewItemPresenter.SelectionIndicatorPressedBrush 속성

정의

눌렀을 때 목록 보기 항목의 선택 표시기를 렌더링하는 데 사용되는 브러시를 가져오거나 설정합니다.

public:
 property Brush ^ SelectionIndicatorPressedBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectionIndicatorPressedBrush();

void SelectionIndicatorPressedBrush(Brush value);
public Brush SelectionIndicatorPressedBrush { get; set; }
var brush = listViewItemPresenter.selectionIndicatorPressedBrush;
listViewItemPresenter.selectionIndicatorPressedBrush = brush;
Public Property SelectionIndicatorPressedBrush As Brush

속성 값

눌렀을 때 목록 보기 항목의 선택 표시기를 렌더링하는 데 사용되는 브러시입니다.

적용 대상