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