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




In This Topic
GetDefaultValue Method
In This Topic
Gets default value of the parameter.
Syntax
'Declaration
 
Public Function GetDefaultValue() As Object
 
'Usage
 
Dim instance As ImGearControlParameter
Dim value As Object
 
value = instance.GetDefaultValue()

Return Value

Object containing parameter's value.
See Also