LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ArrangeOverride Method
See Also 
Leadtools.Windows.Controls Namespace > ImageBox Class : ArrangeOverride Method



finalSize
The computed size that is used to arrange the content.
finalSize
The computed size that is used to arrange the content.
Arranges and sizes the content of this control. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Protected Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As ImageBox
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)
C# 
protected override Size ArrangeOverride( 
   Size finalSize
)
C++/CLI 
protected:
Size ArrangeOverride( 
   Size finalSize
) override 

Parameters

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

Return Value

The size of the content.

Remarks

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also