Scheduler for WinRT
MeasureOverride Method (AppointmentWrapPanel)


An upper limit Windows.Foundation.Size that should not be exceeded.
Measures the child elements of a AppointmentWrapPanel in anticipation of arranging them during the ArrangeOverride pass.
Syntax
'Declaration
 
Protected Overrides Function MeasureOverride( _
   ByVal constraint As Size _
) As Size
'Usage
 
Dim instance As AppointmentWrapPanel
Dim constraint As Size
Dim value As Size
 
value = instance.MeasureOverride(constraint)
protected override Size MeasureOverride( 
   Size constraint
)

Parameters

constraint
An upper limit Windows.Foundation.Size that should not be exceeded.

Return Value

The Windows.Foundation.Size that represents the desired size of the element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentWrapPanel Class
AppointmentWrapPanel Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.