CADability dotNET
Gets or sets the font used for this text object

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also