Parameter.Point Property
Specifies the coordinates of the parameter’s handle using the CreatePoint method.
Namespace: DevExpress.Diagram.Core.Shapes
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
[TypeConverter(typeof(CriteriaOperatorConverter))]
public CriteriaOperator Point { get; set; }
Property Value
Type | Description |
---|---|
CriteriaOperator | The coordinates of the parameter’s handle. |
Remarks
Use the P variable to pass the current Parameter.Value to the CreatePoint method’s parameters.
Point="CreatePoint(W / 2, P * H)"
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Point property.
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.