共用方式為


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

屬性值

當群組是空白且停用跳躍清單專案時,要用於背景的筆刷。

適用於