JumpListItemBackgroundConverter.Enabled 属性

定义

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

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

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

属性值

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

适用于