LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

ArrangeOverride Method (ImageBox)

Show in webframe





The computed size that is used to arrange the content.
Arranges and sizes the content of this control.
Syntax
protected override Size ArrangeOverride( 
   Size finalSize
)
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
'Usage
 
Dim instance As ImageBox
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)

            

            
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

For more information, refer to System.Windows.FrameworkElement.ArrangeOverride(System.Windows.Size).

Requirements

Target Platforms

See Also

Reference

ImageBox Class
ImageBox Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.