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

ShapeDescription.ParameterCollection Property

Stores the shape parameters.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public ParameterCollection ParameterCollection { get; }

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