The MatchingStyleSelector type exposes the following members.

Constructors

  NameDescription
MatchingStyleSelector

Methods

  NameDescription
SelectStyle
Returns a Style for the item.
(Inherited from DelegatingStyleSelector.)
SelectStyleCore
Returns the Style associated with the first criterion to match the item.
(Overrides DelegatingStyleSelector..::.SelectStyleCore(Object, DependencyObject).)

Properties

  NameDescription
BasedOn
Gets or sets the StyleSelector on which to fall back if no style is found by this selector.
(Inherited from DelegatingStyleSelector.)
DefaultStyle
Gets or sets the default Style.
Styles
Gets the list of styles and matching criteria.

See Also