LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

MeasureOverride Method

Show in webframe





An upper System.Windows.Size limit that cannot be exceeded.
Measures the child elements of an AnnContainer before they are arranged during the base class Canvas.ArrangeOverride pass.
Syntax
protected override Size MeasureOverride( 
   Size constraint
)
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal constraint As Size _
) As Size
'Usage
 
Dim instance As AnnContainer
Dim constraint As Size
Dim value As Size
 
value = instance.MeasureOverride(constraint)

            

            
protected:
Size MeasureOverride( 
   Size constraint
) override 

Parameters

constraint
An upper System.Windows.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

AnnContainer Class
AnnContainer Members

 

 


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