Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
ArrangeOverride Method
See Also 
Leadtools.Windows.Controls Namespace > ImagePanViewer Class : ArrangeOverride Method



finalSize
The final size that ImagePanviewer should use to arrange itself.
This member overrides FrameworkElement.ArrangeOverride.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewer
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 final size that ImagePanviewer should use to arrange itself.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also