Skip to main content

TileItemElement.AnchorAlignment Property

Gets or sets the side of the anchor element at which this TileItemElement should appear.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(AnchorAlignment.Default)]
[DXCategory("Appearance")]
public AnchorAlignment AnchorAlignment { get; set; }

Property Value

Type Default Description
DevExpress.Utils.AnchorAlignment Default

An AnchorAlignment enumerator value that specifies the side of the anchor element at which this TileItemElement should appear.

Remarks

You can anchor multiple elements to each other by using the TileItemElement.AnchorElement property. This allows you to create an elements cluster that can be moved entirely by moving the very first element, to which all other elements are anchored. The AnchorAlignment property specifies how this TileItemElement should be aligned relative to its anchor TileItemElement.

See the TileItemElement.AnchorElement property to learn more.

See Also