Skip to main content
All docs
V25.2
  • 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

    public ShapeGuideCollection AdjustValues { get; }

    Property Value

    Type Description
    ShapeGuideCollection

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

    See Also