共用方式為


JumpListItemForegroundConverter.Enabled 屬性

定義

取得或設定當群組不是空白且啟用跳躍清單專案時,前景要使用的筆刷。

public:
 property Brush ^ Enabled { Brush ^ get(); void set(Brush ^ value); };
Brush Enabled();

void Enabled(Brush value);
public Brush Enabled { get; set; }
var brush = jumpListItemForegroundConverter.enabled;
jumpListItemForegroundConverter.enabled = brush;
Public Property Enabled As Brush

屬性值

當群組不是空白且已啟用跳躍清單專案時,用於前景的筆刷。

適用於