Xceed SmartUI for WinForms v3.6 Documentation
SetSmartItemBounds Method


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartLayout Class : SetSmartItemBounds Method
A reference to a SmartItem representing the SmartItem whose bounds are to be set.
The new bounds of the specified SmartItem.
Sets the specified bounds to the specified SmartItem.
Syntax
'Declaration
 
Protected Sub SetSmartItemBounds( _
   ByVal item As SmartItem, _
   ByVal bounds As Rectangle _
) 
'Usage
 
Dim instance As SmartLayout
Dim item As SmartItem
Dim bounds As Rectangle
 
instance.SetSmartItemBounds(item, bounds)
protected void SetSmartItemBounds( 
   SmartItem item,
   Rectangle bounds
)

Parameters

item
A reference to a SmartItem representing the SmartItem whose bounds are to be set.
bounds
The new bounds of the specified SmartItem.
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

SmartLayout Class
SmartLayout Members