Class FontStyleFactory
Inheritance
System.Object
FontStyleFactory
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 FontStyleFactory
Constructors
FontStyleFactory()
Declaration
public FontStyleFactory()
Methods
FromString(String)
Declaration
public static FontStyle FromString(string source)
Parameters
System.String
source
|
Returns
System.Windows.FontStyle
|