Overrides
FrameworkElement.ArrangeOverride
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function ArrangeOverride( _
ByVal arrangeSize As Size _
) As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnContainer
Dim arrangeSize As Size
Dim value As Size
value = instance.ArrangeOverride(arrangeSize)
|
Parameters
- arrangeSize
- The Size that this container
should use to arrange its child objectss.
Return Value
The
Size that represents the arranged size
of this AnnContainer object and its children.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also