C# 클래스 WinRTXamlToolkit.Common.ImplicitStyleSelector

상속: Windows.UI.Xaml.Controls.StyleSelector
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
ImplicitStyleSelector ( ) : System

Initializes a new instance of the ImplicitStyleSelector class.

보호된 메소드들

메소드 설명
SelectStyleCore ( object item, DependencyObject container ) : Style

When implemented by a derived class, returns a specific Style based on custom logic. This implementation gets the Style from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.

메소드 상세

ImplicitStyleSelector() 공개 메소드

Initializes a new instance of the ImplicitStyleSelector class.
public ImplicitStyleSelector ( ) : System
리턴 System

SelectStyleCore() 보호된 메소드

When implemented by a derived class, returns a specific Style based on custom logic. This implementation gets the Style from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.
///
protected SelectStyleCore ( object item, DependencyObject container ) : Style
item object The content.
container Windows.UI.Xaml.DependencyObject The element to which the style is applied.
리턴 Windows.UI.Xaml.Style