Provides the behavior for the Arrange pass of Silverlight layout.
            
            
            
            
            
            
            
            
            Protected Overrides Function ArrangeOverride( _
   ByVal  As Size _
) As Size
             
        
            
            Dim instance As UXToolBar
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)
             
        
            
            protected override Size ArrangeOverride( 
   Size 
)
             
        
            
            protected:
Size ArrangeOverride( 
   Size 
) override 
             
        
             
        
            Parameters
- finalSize
 
- 
            The final area within the parent that this object should use to arrange itself and its children.
            
 
            
            Return Value
The actual size used once the element is arranged.
 
            
            
            
            
            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