Skip to main content
A newer version of this page is available. .

Parameter.Point Property

Specifies the coordinates of the parameter’s handle using the CreatePoint method.

Namespace: DevExpress.Diagram.Core.Shapes

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

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)" 

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.

See Also