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

TextBox.MarginRight Property

Gets or sets the distance between the right edge of the text and the right edge of the shape that contains the text.

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 specifies the distance in current measure units.

Remarks

To specify the distance between the shape and the text of the main document, use the Shape.MarginRight property.

See Also