ThemeManager.LoadTheme(Type, Type) Method
Namespace: DevExpress.XamarinForms.Core.Themes
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public static Type LoadTheme(
Type newThemeType,
Type currentThemeType
)
Parameters
Name | Type |
---|---|
newThemeType | Type |
currentThemeType | Type |
Returns
Type |
---|
Type |
See Also