GrapeCity.Xaml.SpreadSheet.UI
ArrangeOverride Method (CellBackgroundPanel)


GrapeCity.Xaml.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 Size _
) As Size
'Usage
 
Dim instance As CellBackgroundPanel
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)
protected override Size ArrangeOverride( 
   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