DiagramShape.Parameters Property
Specifies shape parameters. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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