SpreadsheetGear 2017
MaxWidth Property (VerticalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > VerticalScrollbarsPresenter Class : MaxWidth Property
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute(System.Windows.LengthConverter)>
<System.Windows.LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
Public Property MaxWidth As System.Double
'Usage
 
Dim instance As VerticalScrollbarsPresenter
Dim value As System.Double
 
instance.MaxWidth = value
 
value = instance.MaxWidth
[System.ComponentModel.TypeConverter(System.Windows.LengthConverter)]
[System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
public System.double MaxWidth {get; set;}
public read-write property MaxWidth: System.Double; 
System.ComponentModel.TypeConverterAttribute(System.Windows.LengthConverter)
System.Windows.LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)
public function get,set MaxWidth : System.double
[System.ComponentModel.TypeConverter(System.Windows.LengthConverter)]
[System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
public: __property System.double get_MaxWidth();
public: __property void set_MaxWidth( 
   System.double value
);
[System.ComponentModel.TypeConverter(System.Windows.LengthConverter)]
[System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
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

VerticalScrollbarsPresenter Class
VerticalScrollbarsPresenter Members