DiagramOptionsBehavior.GlueToConnectionPointDistance Property
Specifies the distance between the mouse pointer and a connection point at which the connector is glued to the point.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Default | Description |
---|---|---|
Single | 10 | A System.Single value that represents the distance in pixels. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to GlueToConnectionPointDistance |
---|---|
DiagramControl |
|
Remarks
To learn more, see Connectors.
See Also