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

MeasureOverride Method (ImageBox)

Show in webframe





An upper Size limit that cannot be exceeded.
Measures the child elements of this control before they are arranged during the ArrangeOverride pass.
Syntax
protected override Size MeasureOverride( 
   Size availableSize
)
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal availableSize As Size _
) As Size
'Usage
 
Dim instance As ImageBox
Dim availableSize As Size
Dim value As Size
 
value = instance.MeasureOverride(availableSize)

            

            
protected:
Size MeasureOverride( 
   Size availableSize
) override 

Parameters

availableSize
An upper Size limit that cannot be exceeded.

Return Value

The System.Windows.Size that represents the upper size limit of the element.
Remarks

For more information, refer to System.Windows.FrameworkElement.MeasureOverride(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.