다음을 통해 공유


ListViewItemPresenter.SelectionIndicatorVisualEnabled 속성

정의

목록 보기 항목의 선택 표시기가 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SelectionIndicatorVisualEnabled { bool get(); void set(bool value); };
bool SelectionIndicatorVisualEnabled();

void SelectionIndicatorVisualEnabled(bool value);
public bool SelectionIndicatorVisualEnabled { get; set; }
var boolean = listViewItemPresenter.selectionIndicatorVisualEnabled;
listViewItemPresenter.selectionIndicatorVisualEnabled = boolean;
Public Property SelectionIndicatorVisualEnabled As Boolean

속성 값

Boolean

bool

true 목록 보기 항목의 선택 표시기가 표시되면 이고, 그렇지 않으면 입니다 false.

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)

적용 대상