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 中引入)

适用于