ImageGear .NET v24.12 - Updated
Font Property (ImGearVectorTextObject)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : Font Property
Gets or sets a font handle assigned to the text object.
Syntax
'Declaration
 
Public Property Font As ImGearVectorFont
'Usage
 
Dim instance As ImGearVectorTextObject
Dim value As ImGearVectorFont
 
instance.Font = value
 
value = instance.Font
public ImGearVectorFont Font {get; set;}
public: __property ImGearVectorFont* get_Font();
public: __property void set_Font( 
   ImGearVectorFont* value
);
public:
property ImGearVectorFont^ Font {
   ImGearVectorFont^ get();
   void set (    ImGearVectorFont^ value);
}

Property Value

ImGearVectorFont class object.
See Also

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members