ImageGear .NET
FontName Property (ImGearARTTypedText)




Gets or sets the font name of the text.
Syntax
public string FontName {get; set;}
public: __property string* get_FontName();
public: __property void set_FontName( 
   string* value
);
public:
property String^ FontName {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property FontName As String
 
'Usage
 
Dim instance As ImGearARTTypedText
Dim value As String
 
instance.FontName = value
 
value = instance.FontName

Property Value

String value.
See Also

Reference

ImGearARTTypedText Class
ImGearARTTypedText Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback