conaito Office2Silverlight SDK
Get color from hex(use for appearance.BeckgroundColor etc.).

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static Color ColorFromHex(
	string hexColor
)
Visual Basic
Public Shared Function ColorFromHex ( _
	hexColor As String _
) As Color
Visual C++
public:
static Color ColorFromHex(
	String^ hexColor
)

Parameters

hexColor
Type: System..::..String
Color of the hex.

Return Value

See Also