JumpListItemBackgroundConverter.Enabled 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 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.