Back to Devexpress

ShapeGeometry Properties

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapegeometry-dot-underscore-properties.md

latest2.0 KB
Original Source

ShapeGeometry Properties

Defines the geometry of a shape, including its guides, adjust values, and paths.

NameDescription
AdjustHandlesReturns a collection of shape adjustment handles. These handles specify points on the shape that you can use to perform transform operations.
AdjustValuesReturns a collection of adjustment values applied to the specified shape. An adjustment value is a guide with a fixed, value-based formula. The adjustment value itself is not calculated. Instead, it defines a parameter used in calculations in the shape’s other guides.
ConnectionSitesReturns a collection of shape connection sites.
GuidesReturns a collection of guides that define a shape’s geometry. A guide is a formula that calculates a value based on the shape’s properties and other guides. Guides determine the position and size of the shape’s elements.
PathsReturns a collection of paths that define the geometry of a shape. A path is a sequence of segments that can be straight lines, arcs, or Bezier curves.
ShapeTextRectangleGets 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.

See Also

ShapeGeometry Class

ShapeGeometry Members

DevExpress.Docs.Presentation Namespace