ArcGIS API for Silverlight - Library Reference
ArrangeOverride Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > OverviewMap Class : ArrangeOverride Method

finalSize
The final area within the parent that this object should use to arrange itself and its children.
Provides the behavior for the "Arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
C# 
protected override Size ArrangeOverride( 
   Size finalSize
)

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.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.