Search
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