Back to Devexpress

TileItemElement.AnchorIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-9267dca9.md

latest1.9 KB
Original Source

TileItemElement.AnchorIndent Property

Gets or sets the distance between this TargetElement and the AnchorElement to which it is anchored.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(6)]
[DXCategory("Appearance")]
public int AnchorIndent { get; set; }
vb
<DefaultValue(6)>
<DXCategory("Appearance")>
Public Property AnchorIndent As Integer

Property Value

TypeDefaultDescription
Int326

An Int32 value that is the distance between this TargetElement and the AnchorElement to which it is anchored.

|

Remarks

The AnchorIndent property allows you to move the TargetElement away from an AnchorElement to which it is anchored. To specify the direction of this shift, use the TileItemElement.AnchorAlignment property. See the TileItemElement.AnchorElement property description to learn more.

See Also

AnchorAlignment

AnchorElement

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace