JumpListItemForegroundConverter class

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


public sealed class JumpListItemForegroundConverter : DependencyObject,
    IValueConverter

Members

The JumpListItemForegroundConverter class has these types of members:

Constructors

The JumpListItemForegroundConverter class has these constructors.

ConstructorDescription
JumpListItemForegroundConverter Initializes a new instance of the JumpListItemForegroundConverter class.

 

Methods

The JumpListItemForegroundConverter class has these methods. It also inherits methods from the Object class.

MethodDescription
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.

PropertyAccess typeDescription

Disabled

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

DisabledProperty

Read-onlyIdentifies the Disabled dependency property.

Dispatcher

Read-onlyGets 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)

Enabled

Read/writeGets or sets the brush to be used for the foreground when the group is not empty and the jump list item is enabled.

EnabledProperty

Read-onlyIdentifies the Enabled dependency property.

 

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

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

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

Attributes

[MarshalingBehavior(Agile)]
[Threading(Both)]
[Version(0x06030000)]
[WebHostHidden()]

See also

Object
SemanticZoom
ZoomedOutView
DependencyObject
IValueConverter

 

 

Show:
© 2016 Microsoft