Table of Contents

Method AddItemWithDefaultSize

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

AddItemWithDefaultSize(DesignItem, DesignItem, Point)

When implemented by a class, adds the given item with the default size.

bool AddItemWithDefaultSize(DesignItem container, DesignItem createdItem, Point position)

Parameters

container DesignItem

The DesignItem that will contain the item to be added.

createdItem DesignItem

Created item to be added.

position Point

The position the item should get.

Returns

bool

True if the item is successfully added; otherwise, false.