ShapeDescription.ParameterCollection Property
Stores the shape parameters.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Diagram.Core.ParameterCollection | A DevExpress.Diagram.Core.ParameterCollection object that lists the shape parameters. |
Remarks
The parameters are used to dynamically calculate an end point, row height and other properties.
See Also