JumpListItemForegroundConverter.Disabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.