JumpListItemBackgroundConverter.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 = jumpListItemBackgroundConverter.enabled;
jumpListItemBackgroundConverter.enabled = brush;
Public Property Enabled As Brush
プロパティ値
グループが空でなく、ジャンプ リスト項目が有効になっている場合に、背景に使用するブラシ。