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

Shape.MarginRight Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

float MarginRight { get; set; }

Property Value

Type Description
Single

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

Remarks

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

See Also