'Declaration Public Property Value As Object
'Usage Dim instance As ImGearControlParameter Dim value As Object instance.Value = value value = instance.Value
public object Value {get; set;}
'Declaration Public Property Value As Object
'Usage Dim instance As ImGearControlParameter Dim value As Object instance.Value = value value = instance.Value
public object Value {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if the value is set to null. |
ImageGear.Core.ImGearException | Thrown if the value is set to an object of a type incompatible for the specified control parameter. |