MindFusion.Scheduling for Silverlight Programmer's Guide
DependencyPresenter.MeasureOverride Method
See Also
 





Control.MeasureOverride override.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected override Size MeasureOverride (
    Size constraint
)

Visual Basic  Copy Code

Protected Overrides Function MeasureOverride( _
    constraint As Size _
) As Size

 Parameters

constraint

The maximum size that the method can return.

 Return Value

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

 See Also

DependencyPresenter Members
DependencyPresenter Class
MindFusion.DataViews.Silverlight Namespace