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




In This Topic
    Text Property (ImGearVectorTextObject)
    In This Topic
    Gets or sets a text string assigned to the text object.
    Syntax
    'Declaration
     
    Public Property Text As String
    'Usage
     
    Dim instance As ImGearVectorTextObject
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    public: __property string* get_Text();
    public: __property void set_Text( 
       string* value
    );
    public:
    property String^ Text {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Any text string.
    See Also