JumpListItemBackgroundConverter.Enabled Property

Definition

Gets or sets the brush to be used for the background 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 = jumpListItemBackgroundConverter.enabled;
jumpListItemBackgroundConverter.enabled = brush;
Public Property Enabled As Brush

Property Value

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

Applies to