C# Класс WinRTXamlToolkit.Controls.Extensions.StyleExtensions

Style type extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
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