Skip to main content
A newer version of this page is available. .

LayoutItemDragController Properties

Contains methods to move a layout item to a position next to another layout item.
Name Description
DragBounds This member supports the internal infrastructure and is not intended to be used directly from your code.
DragItem Gets the item to be inserted to a position, specified by the settings of the LayoutItemDragController object.
DragOutsideSize This member supports the internal infrastructure and is not intended to be used directly from your code.
HitInfo Gets an object that identifies an element located at the LayoutItemDragController.HitPoint point. This member is in effect if the current LayoutItemDragController object has been initiailized using a constructor with a Point parameter.
HitPoint Gets the point at which the LayoutItemDragController.DragItem will be inserted. This member is in effect if the current LayoutItemDragController object has been initialized using a constructor with a Point parameter.
InsertLocation Gets whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item.
Item Gets the item next to which the LayoutItemDragController.DragItem is inserted.
LayoutType Gets whether the LayoutItemDragController.DragItem is inserted horizontally or vertically next to the LayoutItemDragController.Item.
MoveType Gets whether the LayoutItemDragController.DragItem is inserted inside or outside the LayoutItemDragController.Item.
Rating This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldRestoreOriginalSize For internal use.
See Also