Back to Devexpress

TileItemElement.AnchorAlignment Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-181c2364.md

latest2.2 KB
Original Source

TileItemElement.AnchorAlignment Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AnchorAlignment.Default)]
[DXCategory("Appearance")]
public AnchorAlignment AnchorAlignment { get; set; }
vb
<DefaultValue(AnchorAlignment.Default)>
<DXCategory("Appearance")>
Public Property AnchorAlignment As AnchorAlignment

Property Value

TypeDefaultDescription
DevExpress.Utils.AnchorAlignmentDefault

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

AnchorElement

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace