DiagramContainer(Single, Single, Single, Single) Constructor
Initializes a new instance of the DiagramContainer class with specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Single | The horizontal coordinate of the shape’s upper left corner. |
y | Single | The vertical coordinate of the shape’s upper left corner. |
width | Single | The width of the container. |
height | Single | The height of the container. |
See Also