Skip to main content
All docs
V25.1
  • RectangleOffset.TopOffset Property

    Returns the offset from the top edge of the shape.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public float TopOffset { 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