Back to Devexpress

ShapeGeometry.AdjustValues Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapegeometry-74e240be.md

latest1.4 KB
Original Source

ShapeGeometry.AdjustValues Property

Returns 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.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ShapeGuideCollection AdjustValues { get; }
vb
Public ReadOnly Property AdjustValues As ShapeGuideCollection

Property Value

TypeDescription
ShapeGuideCollection

A collection of adjustment values (guides) for a shape’s geometry.

|

See Also

ShapeGeometry Class

ShapeGeometry Members

DevExpress.Docs.Presentation Namespace