C# Class WinRTXamlToolkit.Controls.Extensions.StyleExtensions

Style type extension methods.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
GetPropertyValue ( this style, DependencyProperty property ) : object

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

Method Details

GetPropertyValue() public static méthode

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.
Résultat object