Called to arrange and size the content of a
Control object.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
protected override Size ArrangeOverride(
Size arrangeBounds
) |
Visual Basic |
---|
Protected Overrides Function ArrangeOverride (
arrangeBounds As Size
) As Size |
Visual C++ |
---|
protected:
virtual Size ArrangeOverride(
Size arrangeBounds
) override |
F# |
---|
abstract ArrangeOverride :
arrangeBounds : Size -> Size
override ArrangeOverride :
arrangeBounds : Size -> Size |
Parameters
- arrangeBounds
- Type: System.Windows..::..Size
The computed size that is used to arrange the content.
Return Value
Type:
SizeThe size of the control.
See Also