Skip to main content
All docs
V25.2
  • ThemeLineStyleCollection Class

    A collection of line styles for theme objects.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public sealed class ThemeLineStyleCollection :
        LimitedThemeFormatObjectCollection<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.

    See Also