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

TextBox.MarginTop Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

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

See Also