officefileapi-devexpress-dot-docs-dot-presentation-12bfc70c.md
A collection of line styles for theme objects.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public sealed class ThemeLineStyleCollection :
LimitedThemeFormatObjectCollection<LineStyle>
Public NotInheritable Class ThemeLineStyleCollection
Inherits LimitedThemeFormatObjectCollection(Of LineStyle)
The following members return ThemeLineStyleCollection objects:
This collection stores line styles applied to shapes and other presentation objects defined in the theme format scheme.
Object PresentationCollectionBase<LineStyle> PresentationObjectCollectionBase<LineStyle> LimitedPresentationObjectCollectionBase<LineStyle> LimitedThemeFormatObjectCollection<LineStyle> ThemeLineStyleCollection
See Also