Back to Devexpress

TextBox.MarginLeft Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-textbox-bf9ed59d.md

latest1.5 KB
Original Source

TextBox.MarginLeft Property

Gets or sets the distance between the left edge of the text and the left side of the text box.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float MarginLeft { get; set; }
vb
Property MarginLeft As Single

Property Value

TypeDescription
Single

The distance in measurement units specified by the Document.Unit property.

|

Remarks

Use the Shape.MarginLeft property to specify the distance between a text box and the main document content.

See Also

Unit

MarginLeft

TextBox Interface

TextBox Members

DevExpress.XtraRichEdit.API.Native Namespace