ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearControlParameter Class / Name Property




In This Topic
Name Property (ImGearControlParameter)
In This Topic
Gets the name of the parameter.
Syntax
'Declaration
 
Public ReadOnly Property Name As String
 
'Usage
 
Dim instance As ImGearControlParameter
Dim value As String
 
value = instance.Name

Property Value

String containing parameter's name.
See Also