DiagramItem.Anchors Property
In This Article
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.2.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. |
None | The sides of the root item (page) to which the current Diagram |
See Also