←Select platform

MeasureOverride Method

Summary

Measures the child elements of this control before they are arranged during the ArrangeOverride pass.

Syntax

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

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