Intersoft ClientUI Documentation
ArrangeOverride Method (CircularLabel)



The final area within the parent that this object should use to arrange itself and its children.
Syntax
Protected Overrides Function ArrangeOverride( _
   ByVal arrangeBounds As Size _
) As Size
Dim instance As CircularLabel
Dim arrangeBounds As Size
Dim value As Size
 
value = instance.ArrangeOverride(arrangeBounds)
protected override Size ArrangeOverride( 
   Size arrangeBounds
)
protected:
Size ArrangeOverride( 
   Size arrangeBounds
) override 

Parameters

arrangeBounds
The final area within the parent that this object should use to arrange itself and its children.

Return Value

The actual size that is used after the element is arranged in layout.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CircularLabel Class
CircularLabel Members

Send Feedback