C# Class Feedling.Classes.FontConversions

Afficher le fichier Open project: growse/Feedling

Méthodes publiques

Méthode Description
FontStyleFromString ( string value ) : System.Windows.FontStyle

Convert string to FontStyle for serialization

FontStyleToString ( System.Windows.FontStyle value ) : string

Convert FontStyle to string for serialization

FontWeightFromString ( string value ) : System.Windows.FontWeight

Convert string to FontWeight for serialization

FontWeightToString ( FontWeight value ) : string

Convert FontWeight to string for serialization

Method Details

FontStyleFromString() public static méthode

Convert string to FontStyle for serialization
public static FontStyleFromString ( string value ) : System.Windows.FontStyle
value string
Résultat System.Windows.FontStyle

FontStyleToString() public static méthode

Convert FontStyle to string for serialization
public static FontStyleToString ( System.Windows.FontStyle value ) : string
value System.Windows.FontStyle
Résultat string

FontWeightFromString() public static méthode

Convert string to FontWeight for serialization
public static FontWeightFromString ( string value ) : System.Windows.FontWeight
value string
Résultat System.Windows.FontWeight

FontWeightToString() public static méthode

Convert FontWeight to string for serialization
public static FontWeightToString ( FontWeight value ) : string
value FontWeight
Résultat string