In This Topic

Max Property

In This Topic
Specifies the maximum scrolling position.
Syntax
'Declaration

 

Public ReadOnly Property Max As Double
public double Max {get;}
public read-only property Max: Double; 
public function get Max : double
public: __property double get_Max();
public:

property double Max {

   double get();

}
See Also