ArrangeOverride Method (C1Sparkline)
In This Topic
Called to arrange and size the content of a
System.Windows.Controls.Control object.
Syntax
'Declaration
Protected Overrides Function ArrangeOverride( _
ByVal As Size _
) As Size
protected override Size ArrangeOverride(
Size
)
Parameters
- finalSize
Return Value
The size of the control.
See Also