Spread Silverlight Documentation
ArrangeOverride Method (SheetTab)


The final area within the parent that this element uses to arrange itself and its children.
Positions child elements and determines the size, when overridden in a derived class.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal arrangeSize As System.Windows.Size _
) As System.Windows.Size
'Usage
 
Dim instance As SheetTab
Dim arrangeSize As System.Windows.Size
Dim value As System.Windows.Size
 
value = instance.ArrangeOverride(arrangeSize)
protected override System.Windows.Size ArrangeOverride( 
   System.Windows.Size arrangeSize
)

Parameters

arrangeSize
The final area within the parent that this element uses to arrange itself and its children.

Return Value

The actual size used.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetTab Class
SheetTab Members

 

 


Copyright © GrapeCity, inc. All rights reserved.