JumpListItemForegroundConverter class
Provides the appropriate foreground Brush for elements in the item template of a jump list to bind to. The Brush reflects the current theme and accent color, and it's also used to shade empty-group jump list items. By default, the Brush matches built-in apps, but you can override that to suit your design needs using the Enabled and Disabled properties.
Inheritance
- Object
- DependencyObject
- JumpListItemForegroundConverter
Syntax
Members
The JumpListItemForegroundConverter class has these types of members:
Constructors
The JumpListItemForegroundConverter class has these constructors.
| Constructor | Description |
|---|---|
| JumpListItemForegroundConverter | Initializes a new instance of the JumpListItemForegroundConverter class. |
Methods
The JumpListItemForegroundConverter class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject) |
| Convert | Returns the enabled brush if the item is not empty, otherwise returns the disabled brush. |
| ConvertBack | Modifies the target data before passing it to the source object |
| GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject) |
| GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject) |
| RegisterPropertyChangedCallback | Registers an instance-specific property value for a property-changed notification that comes from the core property system. (Inherited from DependencyObject) |
| SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject) |
| UnregisterPropertyChangedCallback | Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback. (Inherited from DependencyObject) |
Properties
The JumpListItemForegroundConverter class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets the brush to be used for the foreground when the group is empty and the jump list item is disabled. | |
| Read-only | Identifies the Disabled dependency property. | |
| Read-only | Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) | |
| Read/write | Gets or sets the brush to be used for the foreground when the group is not empty and the jump list item is enabled. | |
| Read-only | Identifies the Enabled dependency property. |
Requirements (Windows 10 device family)
| |
|
API contract |
|
|
Namespace |
|
|
Metadata |
|
Requirements (Windows 8.x and Windows Phone 8.x)
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | None supported |
|
Minimum supported phone | Windows Phone 8.1 [Windows Runtime apps only] |
|
Namespace |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Threading(Both)]
- [Version(0x06030000)]
- [WebHostHidden()]
See also