MindFusion.Wpf Pack Programmer's Guide
DependencyPresenter.MeasureOverride Method
See Also
 





Control.MeasureOverride override.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 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.Wpf Namespace