Click or drag to resize
Askia

ThemesFactoryCreate Method

Creates a new theme

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public static ITheme Create(
	IContext ctx
)

Parameters

ctx
Type: AskiaCoreIContext
Context used by the theme

Return Value

Type: ITheme
Returns the newly created theme
See Also