ImageGear .NET v24.12 - Updated
Typeface Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFont Class : Typeface Property
Gets a font typeface.
Syntax
'Declaration
 
Public ReadOnly Property Typeface As String
'Usage
 
Dim instance As ImGearVectorFont
Dim value As String
 
value = instance.Typeface
public string Typeface {get;}
public: __property string* get_Typeface();
public:
property String^ Typeface {
   String^ get();
}

Property Value

The string name of the font type.
See Also

Reference

ImGearVectorFont Class
ImGearVectorFont Members