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

プロパティ値

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

適用対象