JumpListItemForegroundConverter.Enabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在组不为空且启用跳转列表项时用于前台的画笔。
public:
property Brush ^ Enabled { Brush ^ get(); void set(Brush ^ value); };
Brush Enabled();
void Enabled(Brush value);
public Brush Enabled { get; set; }
var brush = jumpListItemForegroundConverter.enabled;
jumpListItemForegroundConverter.enabled = brush;
Public Property Enabled As Brush
属性值
当组不为空且启用跳转列表项时,要用于前台的画笔。