ImageGear .NET v25.0 - Updated
Name Property (ImGearControlParameter)




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearControlParameter Class : Name Property
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
public string Name {get;}
public: __property string* get_Name();
public:
property String^ Name {
   String^ get();
}

Property Value

String containing parameter's name.
See Also

Reference

ImGearControlParameter Class
ImGearControlParameter Members