JumpListItemForegroundConverter.Enabled Property

Definition

Gets or sets the brush to be used for the foreground when the group is not empty and the jump list item is 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

Property Value

The brush to be used for the foreground when the group is not empty and the jump list item is enabled.

Applies to