JumpListItemBackgroundConverter.Disabled 属性

定义

获取或设置在组为空且禁用跳转列表项时用于背景的画笔。

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

void Disabled(Brush value);
public Brush Disabled { get; set; }
var brush = jumpListItemBackgroundConverter.disabled;
jumpListItemBackgroundConverter.disabled = brush;
Public Property Disabled As Brush

属性值

组为空且禁用跳转列表项时用于背景的画笔。

适用于