ImageGear .NET - Updated March 30, 2018
Name Property (ImGearVectorLayer)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLayer Class : Name Property
Gets or sets the name of the layer.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As ImGearVectorLayer
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

Any string value that is unique for the given vector data object.
Remarks
The default value is an empty string.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members