GrapeCity.Xaml.SpreadSheet.UI
MeasureOverride Method (SheetTab)


The available size that this element can give to child elements.
Measures the layout size required for child elements and determines a size for the FrameworkElement's derived class, when overridden in a derived class.
Syntax
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal constraint As Size _
) As Size
'Usage
 
Dim instance As SheetTab
Dim constraint As Size
Dim value As Size
 
value = instance.MeasureOverride(constraint)
protected override Size MeasureOverride( 
   Size constraint
)

Parameters

constraint
The available size that this element can give to child elements.

Return Value

The size that this element determines it needs during layout, based on its calculations of child element sizes.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetTab Class
SheetTab Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options