ThemeLineStyleCollection Class
A collection of line styles for theme objects.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
public sealed class ThemeLineStyleCollection :
LimitedThemeFormatObjectCollection<LineStyle>
Related API Members
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.
Inheritance
Object
DevExpress.Docs.Office.Internal.OfficeCollectionBase<LineStyle>
DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<LineStyle>
See Also