Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Shape.MarginLeft Property

Gets or sets the distance between the document text and the left border of the shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

float MarginLeft { get; set; }

Property Value

Type Description
Single

A Single value that is the distance in in current measure units.

Remarks

The MarginLeft setting is not in effect for shapes positioned behind text, in front of text and with the top and bottom wrapping.

See Also