←Select platform

ArrangeOverride Method

Summary

Arranges and sizes the content of this control.

Syntax

C#
VB
C++
protected override Size ArrangeOverride( 
   Size finalSize 
) 
  
Protected Overrides Function ArrangeOverride( _ 
   ByVal finalSize As Size _ 
) As Size 
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.

Requirements

Target Platforms

See Also

Reference

ImageBox Class

ImageBox Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly