UIHelperCreateThemeBinding(ThemeProperty, ThemePropertyConversionType) - метод
Создаёт привязку Binding к заданному свойству темы.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static Binding CreateThemeBinding(
ThemeProperty property,
ThemePropertyConversionType conversionType = ThemePropertyConversionType.Wpf
)
Public Shared Function CreateThemeBinding (
property As ThemeProperty,
Optional conversionType As ThemePropertyConversionType = ThemePropertyConversionType.Wpf
) As Binding
public:
static Binding^ CreateThemeBinding(
ThemeProperty property,
ThemePropertyConversionType conversionType = ThemePropertyConversionType::Wpf
)
static member CreateThemeBinding :
property : ThemeProperty *
?conversionType : ThemePropertyConversionType
(* Defaults:
let _conversionType = defaultArg conversionType ThemePropertyConversionType.Wpf
*)
-> Binding
- property ThemeProperty
- Свойство темы для привязки.
- conversionType ThemePropertyConversionType (Optional)
- Тип преобразования значения свойства.
BindingСозданная привязка.