Gets or sets the font name of the text of the mark.
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 ImGearARTNote
Dim value As String
instance.FontName = value
value = instance.FontName
Property Value
String value.
See Also