DisplayMeasureOverride Method

CVB.Net Documentation
Intercepted to measure the adorners.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected override Size MeasureOverride(
	Size constraint
)

Parameters

constraint
Type: System.WindowsSize
Constraint size of this control.

Return Value

Type: Size
The desired size of this control.
See Also

Reference