Back to Devexpress

ShapeGeometry.AdjustHandles Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapegeometry-11d48aad.md

latest1.2 KB
Original Source

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

csharp
public AdjustHandleCollection AdjustHandles { get; }
vb
Public ReadOnly Property AdjustHandles As AdjustHandleCollection

Property Value

TypeDescription
AdjustHandleCollection

A collection of shape adjust handles.

|

See Also

ShapeGeometry Class

ShapeGeometry Members

DevExpress.Docs.Presentation Namespace