corelibraries-devexpress-dot-diagram-dot-core-dot-shapes-7ca80ad4.md
Represents a parameter that is used when defining shape templates to enable shape transformations.
Namespace : DevExpress.Diagram.Core.Shapes
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public class Parameter
Public Class Parameter
To learn more, see:
The following code snippets (auto-collected from DevExpress Examples) contain references to the Parameter class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
<ShapeTemplate.Parameters>
<Parameter DefaultValue="0.1"
Point="CreatePoint(W / 2, P * H)"
<ShapeTemplate.Parameters>
<Parameter DefaultValue="0.1"
Point="CreatePoint(W / 2, P * H)"
wpf-diagram-use-custom-functions-in-shape-templates/CS/WpfApp13/CustomShapes.xaml#L23
<ShapeTemplate.Parameters>
<Parameter DefaultValue="0"
Point="CreatePoint((COS(P) + 1)/2*W, (SIN(P) + 1)/2*H)"
Object Parameter
See Also