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

    Returns a collection of shape adjustment handles. These handles specify points on the shape that you can use to perform transform operations.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public AdjustHandleCollection AdjustHandles { get; }

    Property Value

    Type Description
    AdjustHandleCollection

    A collection of shape adjust handles.

    See Also