Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 715 Bytes

styleselector_selectstylecore_2089986252.md

File metadata and controls

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

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