'Declaration
Protected Overrides NotOverridable Function ArrangeOverride( _ ByVal finalSize As Size _ ) As Size
'Usage
Dim instance As C1LayoutTransformer Dim finalSize As Size Dim value As Size value = instance.ArrangeOverride(finalSize)
Parameters
- finalSize
- The final area within the parent that this element should use to arrange itself and its children.
Return Value
The actual size used.