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
プロパティ値
グループが空でジャンプ リスト項目が無効になっている場合に前景に使用するブラシ。