Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(10F)]
public virtual float GlueToConnectionPointDistance { get; set; }

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
.OptionsBehavior .GlueToConnectionPointDistance

Remarks

To learn more, see Connectors.

See Also