Skip to main content

ShapeDescription.ParameterCollection Property

Stores the shape parameters.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

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