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

TextBox.MarginBottom Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

float MarginBottom { 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.MarginBottom property.

See Also