Gets or sets the font that is used to display the text in this field.
Syntax
public string FontName {get; set;}
public: __property string* get_FontName();
public: __property void set_FontName(
string* value
);
'Declaration
Public Property FontName As String
'Usage
Dim instance As Field
Dim value As String
instance.FontName = value
value = instance.FontName
Property Value
The PostScript name of the font.
See Also