'Declaration Public Property Value As Object
'Usage Dim instance As ImGearCapOneValue Dim value As Object instance.Value = value value = instance.Value
public object Value {get; set;}
Property Value
The value can be on of the following types:- System.Boolean,
 - System.Double,
 - System.Int64,
 - System.String,
 - ImageGear.Core.ImageGear.Core.ImGearDoubleRectangle structure.
 
