Class FontWeightFactory
Inheritance
System.Object
FontWeightFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FontWeightFactory
Constructors
FontWeightFactory()
Declaration
public FontWeightFactory()
Methods
FromString(String)
Declaration
public static FontWeight FromString(string source)
Parameters
System.String
source
|
Returns
System.Windows.FontWeight
|