Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

IEOSThemeProvider

IGR777 edited this page Oct 24, 2018 · 1 revision

Interface that should be implemented by object which will be responsible for control-theme communication.

Methods

Type Method Description
IEOSTheme GetCurrentTheme() gets current theme
void SetCurrentTheme(EOSThemeEnumeration themeEnumeration) set current theme
T GetEOSProperty<T>(IEOSThemeControl control, string propertyName) gets property for control from current theme. If control has EOS style, style's property will be returned
T GetEOSProperty<T>(string propertyName) gets property from current theme by name.
Clone this wiki locally