ListViewItemPresenter.SelectedDisabledBackground 属性

定义

获取或设置用于呈现已禁用列表视图项的背景的画笔(在选中时)。

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

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

属性值

用于在已禁用列表视图项被选中时呈现其背景的画笔。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

适用于