Version

UpdateRevealTheme Method

Overrides built in Reveal Theme settings. This method will not affect views that already display dashboards. This method is marked as obsolete, use RevealSdkConfiguration.Theme property to get/set current theme. Thrown when null object is passed to the UpdateRevealTheme method.
Syntax
'Declaration
 
Public Shared Sub UpdateRevealTheme( _
   ByVal theme As RevealTheme _
) 
public static void UpdateRevealTheme( 
   RevealTheme theme
)

Parameters

theme
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when null object is passed to the UpdateRevealTheme method.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also