ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorTextObject Class / Font Property




In This Topic
    Font Property (ImGearVectorTextObject)
    In This Topic
    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