conaito Office2Silverlight SDK
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Get color from hex(use for appearance.BeckgroundColor etc.).
Namespace: Conaito.Office2SilverlightAssembly: 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.