ImageGear .NET v24.12 - Updated
GetName Method (ImGearVectorGradient)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : GetName Method
Returns the name of the gradient object.
Syntax
'Declaration
 
Public Function GetName() As String
'Usage
 
Dim instance As ImGearVectorGradient
Dim value As String
 
value = instance.GetName()
public string GetName()
public: string* GetName(); 
public:
String^ GetName(); 

Return Value

Name of the gradient object.
See Also

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members