Click or drag to resize

WpfAnnotationGripsMeasureOverride Method

Implements any custom measuring behavior for the adorner.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override Size MeasureOverride(
	Size constraint
)

Parameters

constraint
Type: System.WindowsSize
A size to constrain the adorner to.

Return Value

Type: Size
A Size object representing the amount of layout space needed by the adorner.
See Also