Back to Devexpress

DiagramConnector.CanDragBeginPoint Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnector-a13577e7.md

latest1.7 KB
Original Source

DiagramConnector.CanDragBeginPoint Property

Specifies whether to allow end-users to drag the connector’s begin point.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool CanDragBeginPoint { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanDragBeginPoint As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to drag the connector’s begin point; otherwise, false.

|

See Also

CanDragEndPoint

BeginPoint

CanChangeRoute

BeginPointRestrictions

DiagramConnector Class

DiagramConnector Members

DevExpress.XtraDiagram Namespace