Back to Devexpress

DiagramOptionsBehavior.GlueToItemDistance Property

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

latest1.8 KB
Original Source

DiagramOptionsBehavior.GlueToItemDistance Property

Specifies the distance between the mouse pointer and a diagram item at which the connector is glued to the item.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Single7

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GlueToItemDistance
DiagramControl

.OptionsBehavior .GlueToItemDistance

|

Remarks

To learn more, see Connectors.

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace