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

Shape.MarginBottom Property

Gets or sets the distance between the document text and the bottom border of the shape.

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 is the distance in current measure units.

Remarks

The MarginBottom setting is not in effect for shapes positioned behind text and in front of text. Use the corresponding commands, such as SetFloatingObjectBehindTextWrapTypeCommand, SetFloatingObjectInFrontOfTextWrapTypeCommand and SetFloatingObjectSquareTextWrapTypeCommand to change the text wrap type.

See Also