Back to Devexpress

TextBox.MarginBottom Property

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

latest1.6 KB
Original Source

TextBox.MarginBottom Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Single

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

|

Remarks

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

See Also

Unit

MarginBottom

TextBox Interface

TextBox Members

DevExpress.XtraRichEdit.API.Native Namespace