SpreadsheetGear 2017
MaxWidth Property (Spinner)






SpreadsheetGear.Windows.Controls Namespace > Spinner Class : MaxWidth Property
Syntax
'Declaration
 
Public Property MaxWidth As System.Double
'Usage
 
Dim instance As Spinner
Dim value As System.Double
 
instance.MaxWidth = value
 
value = instance.MaxWidth
public System.double MaxWidth {get; set;}
public read-write property MaxWidth: System.Double; 
public function get,set MaxWidth : System.double
public: __property System.double get_MaxWidth();
public: __property void set_MaxWidth( 
   System.double value
);
public:
property System.double MaxWidth {
   System.double get();
   void set (    System.double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Spinner Class
Spinner Members