Skip to main content

DiagramShape.Parameters Property

Specifies shape parameters. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public DoubleCollection Parameters { get; set; }

Property Value

Type Description
DoubleCollection

Shape parameters.

Remarks

The parameters are used to dynamically calculate an end point, row height and other properties.

See Also