Back to Devexpress

DrawingGuideCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-4d7f8a08.md

latest2.2 KB
Original Source

DrawingGuideCollection Class

A collection of the adjustable drawing guides.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class DrawingGuideCollection :
    PresentationCollection<DrawingGuide>
vb
Public Class DrawingGuideCollection
    Inherits PresentationCollection(Of DrawingGuide)

The following members return DrawingGuideCollection objects:

Implements

IList<DrawingGuide>

ICollection<DrawingGuide>

IEnumerable<DrawingGuide>

IEnumerable

Inheritance

Object PresentationCollectionBase<DrawingGuide> PresentationCollection<DrawingGuide> DrawingGuideCollection

See Also

DrawingGuideCollection Members

DevExpress.Docs.Presentation Namespace