Back to Devexpress

ThemeLineStyleCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-12bfc70c.md

latest2.4 KB
Original Source

ThemeLineStyleCollection Class

A collection of line styles for theme objects.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public sealed class ThemeLineStyleCollection :
    LimitedThemeFormatObjectCollection<LineStyle>
vb
Public NotInheritable Class ThemeLineStyleCollection
    Inherits LimitedThemeFormatObjectCollection(Of LineStyle)

The following members return ThemeLineStyleCollection objects:

Remarks

This collection stores line styles applied to shapes and other presentation objects defined in the theme format scheme.

Implements

IEnumerable<LineStyle>

IEnumerable

Inheritance

Object PresentationCollectionBase<LineStyle> PresentationObjectCollectionBase<LineStyle> LimitedPresentationObjectCollectionBase<LineStyle> LimitedThemeFormatObjectCollection<LineStyle> ThemeLineStyleCollection

See Also

ThemeLineStyleCollection Members

DevExpress.Docs.Presentation Namespace