- finalSize
- The computed size that is used to arrange the content.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Function ArrangeOverride( _ ByVal finalSize As Size _ ) As Size | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageBox Dim finalSize As Size Dim value As Size value = instance.ArrangeOverride(finalSize) | |
Parameters
- finalSize
- The computed size that is used to arrange the content.
Return Value
The size of the content.For more information, refer to System.Windows.FrameworkElement.ArrangeOverride(System.Windows.Size).
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code