C# Class ModernApp4Me.WP8.Util.M4MColorToolbox

A toolbox, that handle Color transformations and manipulations.
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
ColorFromHex ( string hexColor ) : SolidColorBrush

Converts an hexadecimal color to a SolidColorBrush.

Method Details

ColorFromHex() public static méthode

Converts an hexadecimal color to a SolidColorBrush.
public static ColorFromHex ( string hexColor ) : SolidColorBrush
hexColor string the hexadecimal color code
Résultat System.Windows.Media.SolidColorBrush