ImageGear .NET - Updated November 28, 2017
Text Property (ImGearVectorTextObject)




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : Text Property
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

Property Value

Any text string.
See Also

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members