| ISurveyApplyTheme Method |
Applies the given theme
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax void ApplyTheme(
ITheme theme
)
Sub ApplyTheme (
theme As ITheme
)
void ApplyTheme(
ITheme^ theme
)
Parameters
- theme
- Type: AskiaCoreITheme
Theme to apply
See Also