Back to Devexpress

DiagramOptionsBehavior.GlueToConnectionPointDistance Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-c42be648.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(10F)]
public virtual float GlueToConnectionPointDistance { get; set; }
vb
<DefaultValue(10F)>
Public Overridable Property GlueToConnectionPointDistance As Single

Property Value

TypeDefaultDescription
Single10

A System.Single value that represents the distance in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GlueToConnectionPointDistance
DiagramControl

.OptionsBehavior .GlueToConnectionPointDistance

|

Remarks

To learn more, see Connectors.

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace