Back to Devexpress

ShapeGeometry.Guides Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapegeometry-e6743af2.md

latest1.3 KB
Original Source

ShapeGeometry.Guides Property

Returns a collection of guides that define a shape’s geometry. A guide is a formula that calculates a value based on the shape’s properties and other guides. Guides determine the position and size of the shape’s elements.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
ShapeGuideCollection

A collection of guides.

|

See Also

ShapeGeometry Class

ShapeGeometry Members

DevExpress.Docs.Presentation Namespace