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
屬性值
當群組為空白且停用跳躍清單專案時,要用於前景的筆刷。