IDockController.AddPanel(Point, Size) Method
In This Article
Creates a floating panel with the specified size and displays it at the specified location.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
LayoutPanel AddPanel(
Point floatLocation,
Size floatSize
)
#Parameters
Name | Type | Description |
---|---|---|
float |
Point | A Point structure that specifies the position at which the panel is displayed. The position is relative to the top left corner of the Dock |
float |
Size | A Size structure that specifies the created panel’s size. |
#Returns
Type | Description |
---|---|
Layout |
The created Layout |
See Also