Spread Silverlight Documentation
ArrangeOverride Method (CellBackgroundPanel)


GrapeCity.Windows.SpreadSheet.UI Namespace > CellBackgroundPanel Class : ArrangeOverride Method
The computed size that is used to arrange the content.
Arranges and sizes the panel content.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As System.Windows.Size _
) As System.Windows.Size
'Usage
 
Dim instance As CellBackgroundPanel
Dim finalSize As System.Windows.Size
Dim value As System.Windows.Size
 
value = instance.ArrangeOverride(finalSize)
protected override System.Windows.Size ArrangeOverride( 
   System.Windows.Size finalSize
)

Parameters

finalSize
The computed size that is used to arrange the content.

Return Value

The size of the panel.
See Also

Reference

CellBackgroundPanel Class
CellBackgroundPanel Members