Gets or sets a family name of font.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public string FamilyName { get; set; }
Visual Basic (Declaration)
Public Property FamilyName As String
Visual C++
public:
property String^ FamilyName {
	String^ get ();
	void set (String^ value);
}

See Also