Skip to main content
All docs
V26.1
  • RectangleOffset.Top Property

    Gets or sets the offset from the top edge of the shape.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public float Top { get; set; }

    Property Value

    Type Description
    Single

    The offset (as a 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