Back to Devexpress

ShapeGeometry.ShapeTextRectangle Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapegeometry-686ece13.md

latest1.4 KB
Original Source

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

csharp
public AdjustRectangle? ShapeTextRectangle { get; set; }
vb
Public Property ShapeTextRectangle As AdjustRectangle?

Property Value

TypeDescription
Nullable<AdjustRectangle>

A rectangle that defines the area.

|

See Also

ShapeGeometry Class

ShapeGeometry Members

DevExpress.Docs.Presentation Namespace