C# Class WinRTXamlToolkit.Controls.Extensions.StyleExtensions

Style type extension methods.
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
GetPropertyValue ( this style, DependencyProperty property ) : object

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

Method Details

GetPropertyValue() public static method

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.
return object