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

プロパティ値

グループが空でジャンプ リスト項目が無効になっている場合に背景に使用するブラシ。

適用対象