ThemePropertyInfo(ThemePropertyType) - конструктор |
Создаёт экземпляр класса с указанием значений его свойств.
Пространство имён:
Tessa.Themes
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ThemePropertyInfo(
ThemePropertyType propertyType = ThemePropertyType.Default
)
Public Sub New (
Optional propertyType As ThemePropertyType = ThemePropertyType.Default
)
public:
ThemePropertyInfo(
ThemePropertyType propertyType = ThemePropertyType::Default
)
new :
?propertyType : ThemePropertyType
(* Defaults:
let _propertyType = defaultArg propertyType ThemePropertyType.Default
*)
-> ThemePropertyInfo
Параметры
- propertyType (Optional)
- Тип: Tessa.ThemesThemePropertyType
Тип свойства темы.
См. также