C# Class Feedling.Classes.FontConversions

显示文件 Open project: growse/Feedling

Public Methods

Method 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 method

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

FontStyleToString() public static method

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

FontWeightFromString() public static method

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

FontWeightToString() public static method

Convert FontWeight to string for serialization
public static FontWeightToString ( FontWeight value ) : string
value FontWeight
return string