ImageGear .NET - Updated
FontName Property (ImGearARTPolyRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class : FontName Property
Gets or sets the font name of the text font.
Syntax
'Declaration
 
Public Property FontName As String
'Usage
 
Dim instance As ImGearARTPolyRuler
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
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);
}

Property Value

String value.
Remarks
The default value is "Arial".
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members