JumpListItemForegroundConverter.Disabled Property

Definition

Gets or sets the brush to be used for the foreground when the group is empty and the jump list item is disabled.

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

Property Value

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

Applies to