Skip to main content

RectangleOffset.RightOffset Property

Returns the offset from the right edge of the shape.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public float RightOffset { get; }

Property Value

Type Description
Single

The offset (in percentage) from the edges of a shape’s bounding box. A positive value indicates an inset and a negative value specifies an outset.

See Also