Method ArrangeOverride
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
ArrangeOverride(Size)
Called to arrange and size the content of a Control object.
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
arrangeBounds
SizeThe computed size that is used to arrange the content.
Returns
- Size
The size of the control.