Back to Devexpress

DiagramContainer.ItemsCanSnapToThisItem Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainer-2535939a.md

latest1.6 KB
Original Source

DiagramContainer.ItemsCanSnapToThisItem Property

Specifies whether items can snap to an item within the container.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , items can snap to an item within the container; otherwise, false.

|

See Also

CanSnapToThisItem

CanSnapToOtherItems

ItemsCanSnapToOtherItems

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace