[]
        
(Showing Draft Content)

C1.Win.Layout.ILayout.SetBounds

SetBounds Method

SetBounds(object, Rectangle, DragType)

Sets bounds for the ItemContainer instance.

Declaration
bool SetBounds(object itemContainer, Rectangle bounds, DragType dragType)
Parameters
Type Name Description
object itemContainer

ItemContainer for setting bounds (resizing/moving).

Rectangle bounds

Rectangle bounds for the ItemContainer.

DragType dragType

Current DragType that initiated resizing/moving.

Returns
Type Description
bool