Back to Devexpress

TileItemElement.AnchorOffset Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-5e37c33c.md

latest2.0 KB
Original Source

TileItemElement.AnchorOffset Property

Gets or sets the anchor offset for this TileItemElement.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Point AnchorOffset { get; set; }
vb
<DXCategory("Appearance")>
Public Property AnchorOffset As Point

Property Value

TypeDescription
Point

A Point structure that is the anchor offset for this TileItemElement.

|

Remarks

The AnchorOffset property specifies the offset for this TileItemElement. It will be drawn after this TileItemElement is moved TileItemElement.AnchorIndent pixels away from its anchored element in the TileItemElement.AnchorAlignment direction. See the TileItemElement.AnchorElement property to learn more.

See Also

AnchorAlignment

AnchorElement

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace