Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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