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