Back to Devexpress

FreePosition.InnerIndents Property

corelibraries-devexpress-dot-xtracharts-dot-freeposition-49ec410e.md

latest1.8 KB
Original Source

FreePosition.InnerIndents Property

Specifies the inner indents between the edges of the annotation and its container element.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents InnerIndents { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property InnerIndents As RectangleIndents

Property Value

TypeDescription
RectangleIndents

A RectangleIndents objects specifying the inner indents for the annotation’s parent element.

|

Remarks

Use the InnerIndents and FreePosition.OuterIndents properties (whose values are summarized) to specify the indents between the body of an annotation and its parent element’s edges.

For more information, refer to Annotations.

See Also

OuterIndents

FreePosition Class

FreePosition Members

DevExpress.XtraCharts Namespace