Click or drag to resize

CommonNavigationResourcesGetResourceColor Method

Gets the color value for the specified resource key.

Namespace:  Ab2d.Common.ZoomPanel
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public Color GetResourceColor(
	string key
)

Parameters

key
Type: SystemString
resource key

Return Value

Type: Color
color value
See Also