DisplayCanvasArrangeOverride Method

CVB.Net Documentation
Called to arrange and size the content of an object.

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

protected override Size ArrangeOverride(
	Size arrangeBounds
)

Parameters

arrangeBounds
Type: System.WindowsSize
The computed size that is used to arrange the content.

Return Value

Type: Size
The size of the control.
Remarks

Used to update layout dependent properties.
See Also

Reference