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


The maximum size that the method can return.
Called to re-measure a control.
Syntax
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal availableSize As Size _
) As Size
'Usage
 
Dim instance As CellBackgroundPanel
Dim availableSize As Size
Dim value As Size
 
value = instance.MeasureOverride(availableSize)
protected override Size MeasureOverride( 
   Size availableSize
)

Parameters

availableSize
The maximum size that the method can return.

Return Value

The size of the control, up to the maximum specified by the constraint.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CellBackgroundPanel Class
CellBackgroundPanel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options