Skip to main content

ShapeConnectionPoint.Connected Property

Indicates whether a connector’s point is attached to a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool Connected { get; }

Property Value

Type Description
Boolean

true if the point is connected to a shape; otherwise, false.

See Also