ImageGear .NET - Updated
FontName Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : FontName Property
Gets or sets the font name of the text font.
Syntax
'Declaration
 
Property FontName As String
'Usage
 
Dim instance As IImGearARTRuler
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
string FontName {get; set;}
__property string* get_FontName();
__property void set_FontName( 
   string* value
);
property String^ FontName {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

IImGearARTRuler Interface
IImGearARTRuler Members