Back to Devexpress

ShapeGuideCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-6dfa472b.md

latest2.3 KB
Original Source

ShapeGuideCollection Class

A collection of guides that specify a shape’s geometry.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class ShapeGuideCollection :
    PresentationCollection<ShapeGuide>
vb
Public Class ShapeGuideCollection
    Inherits PresentationCollection(Of ShapeGuide)

The following members return ShapeGuideCollection objects:

Implements

IList<ShapeGuide>

ICollection<ShapeGuide>

IEnumerable<ShapeGuide>

IEnumerable

Inheritance

Object PresentationCollectionBase<ShapeGuide> PresentationCollection<ShapeGuide> ShapeGuideCollection

See Also

ShapeGuideCollection Members

DevExpress.Docs.Presentation Namespace