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

TextBox.MarginLeft Property

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

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 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.MarginLeft property.

See Also