| ThemesFactoryGetThemesMap Method |
Retrieves all the available themes
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public static IDictionary<int, ITheme> GetThemesMap(
IContext ctx
)
Public Shared Function GetThemesMap (
ctx As IContext
) As IDictionary(Of Integer, ITheme)
public:
static IDictionary<int, ITheme^>^ GetThemesMap(
IContext^ ctx
)
Parameters
- ctx
- Type: AskiaCoreIContext
Context used by the theme
Return Value
Type:
IDictionaryInt32,
IThemeReturns a dictionary of all themes mapped by their id
See Also