Skip to main content
All docs
V25.2
  • ShapeGeometry.ShapeTextRectangle Property

    Gets or sets a rectangle that defines the area within which text is displayed in a shape. This rectangle is used to specify the position and size of the text area relative to the shape’s geometry.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public AdjustRectangle? ShapeTextRectangle { get; set; }

    Property Value

    Type Description
    Nullable<AdjustRectangle>

    A rectangle that defines the area.

    See Also