ImageGear .NET
MaxValue Property (ImGearCapRange)




Gets or sets the maximum value of the range.
Syntax
'Declaration
 
Public Property MaxValue As Object
'Usage
 
Dim instance As ImGearCapRange
Dim value As Object
 
instance.MaxValue = value
 
value = instance.MaxValue
public object MaxValue {get; set;}
public: __property Object* get_MaxValue();
public: __property void set_MaxValue( 
   Object* value
);
public:
property Object^ MaxValue {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The value can be of the following types:
See Also

Reference

ImGearCapRange Class
ImGearCapRange Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback