Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 740 Bytes

styleselector_selectstylecore_1376419096.md

File metadata and controls

31 lines (20 loc) · 740 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.StyleSelector.SelectStyleCore(System.Object,Windows.UI.Xaml.DependencyObject)
winrt method

Windows.UI.Xaml.Controls.StyleSelector.SelectStyleCore

-description

When implemented by a derived class, returns a specific Style based on custom logic.

-parameters

-param item

The content.

-param container

The element to which the style is applied.

-returns

An application-specific style to apply; may also return null.

-remarks

-examples

-see-also