Gets or sets the current value of the range.
             
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property CurrentValue As Object
             
        
            
            'Usage
 
Dim instance As ImGearCapRange
Dim value As Object
 
instance.CurrentValue = value
 
value = instance.CurrentValue
             
        
            
            public object CurrentValue {get; set;}
             
        
            
            public: __property Object* get_CurrentValue();
public: __property void set_CurrentValue( 
   Object* value
);
             
        
            
            public:
property Object^ CurrentValue {
   Object^ get();
   void set (    Object^ value);
}
             
        
             
        
            
            
            Property Value
The value can be of the following types: 
- System.Double value. 
- System.Int64 value. 
 
            
            
            
            
            
            
            
            
            
            
            
            See Also