SpreadsheetGear 2017
Measure Method (HorizontalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > HorizontalScrollbarsPresenter Class : Measure Method
Syntax
'Declaration
 
Public Sub Measure( _
   ByVal availableSize As System.Windows.Size _
) 
'Usage
 
Dim instance As HorizontalScrollbarsPresenter
Dim availableSize As System.Windows.Size
 
instance.Measure(availableSize)
public void Measure( 
   System.Windows.Size availableSize
)
public procedure Measure( 
    availableSize: System.Windows.Size
); 
public function Measure( 
   availableSize : System.Windows.Size
);
public: void Measure( 
   System.Windows.Size availableSize
) 
public:
void Measure( 
   System.Windows.Size availableSize
) 

Parameters

availableSize
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

HorizontalScrollbarsPresenter Class
HorizontalScrollbarsPresenter Members