Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

float MarginLeft { get; set; }

Property Value

Type Description
Single

A Single value that is the distance in units of measurement specified by the Document.Unit property.

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