DrawingStyleExtensionsGetEffectiveBackgroundColor Method TIBCO Spotfire 7.6 API Reference
Gets a suitable color to use for painting the background. Use this to render the background of an element that does not support transparency. This method is typically only relevant for Forms based implementations of views for CustomVisuals etc. If your view is based on HTML and Javascript (that is, derived from CustomVisualView) you can just leave your background transparent to use the theme color of the page.

Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public static Color GetEffectiveBackgroundColor(
	this StyleProperties styleProperties
)

Parameters

styleProperties
Type: Spotfire.Dxp.Framework.StylesStyleProperties
The style properties.

Return Value

Type: Color
A color.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StyleProperties. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Version Information

Supported in: 7.6, 7.5
See Also

Reference