Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public AdjustHandleCollection AdjustHandles { get; }

    Property Value

    Type Description
    AdjustHandleCollection

    A collection of shape adjust handles.

    See Also