DiagramItem.Anchors Property
Gets or sets the sides of the root item (page) to which the current DiagramItem object is anchored.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(Sides.None)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual Sides Anchors { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.Diagram.Core.Sides | None | The sides of the root item (page) to which the current DiagramItem object is anchored. |
See Also