C# 클래스 WinRTXamlToolkit.Controls.Extensions.StyleExtensions

Style type extension methods.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
GetPropertyValue ( this style, DependencyProperty property ) : object

Gets the property value for the given property in the given style.

메소드 상세

GetPropertyValue() 공개 정적인 메소드

Gets the property value for the given property in the given style.
public static GetPropertyValue ( this style, DependencyProperty property ) : object
style this The style.
property Windows.UI.Xaml.DependencyProperty The property.
리턴 object