UIHelperCreateThemeBinding(String, ThemePropertyConversionType) - метод

Создаёт привязку Binding к заданному свойству темы.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static Binding CreateThemeBinding(
	string propertyName,
	ThemePropertyConversionType conversionType = ThemePropertyConversionType.Wpf
)

Параметры

propertyName  String
Имя свойства темы для привязки.
conversionType  ThemePropertyConversionType  (Optional)
Тип преобразования значения свойства.

Возвращаемое значение

Binding
Созданная привязка.

См. также