'Declaration Public Function SetTheme( _ ByVal theme As ColorTheme _ ) As Task
public Task SetTheme( ColorTheme theme )
Parameters
- theme
- The UI theme to apply to the viewer.
Return Value
A task that represents the asynchronous operation of setting the viewer's theme.