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

    A collection of fill styles for theme objects.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public sealed class ThemeFillCollection :
        LimitedThemeFormatObjectCollection<Fill>

    The following members return ThemeFillCollection objects:

    Remarks

    This collection stores fill styles applied to shapes and other presentation objects defined in the theme format scheme. The collection must contain at least three fill elements.

    Note

    Fill colors in this collection cannot reference theme colors.

    See Also