Share via


ThemePropertyFlags Enumeration

SharePoint Designer Developer Reference

Specifies the theme properties for a theme applied to a Web site.

Name Value Description
ThemePropertyActiveGraphics 16 Returns the active graphics constant.
ThemePropertyBackgroundImage 1 Returns a background image.
ThemePropertyCSS 4096 Returns the cascading style sheet.
ThemePropertyDefaultSettings 16777216 Returns the theme applied to the web.
ThemePropertyName 33554432 Returns the ThemeName constant.
ThemePropertyNoBackgroundImage 0 Returns a background without an image.
ThemePropertyNoCSS 0 Returns this property if a cascading style sheet has not been set or is not wanted.
ThemePropertyNormalColors 0 Returns the color mode for normal color.
ThemePropertyNormalGraphics 0 Returns the graphics mode for normal graphics.
ThemePropertyAll 4369 Returns all of the theme properties. After a theme is applied to an object, the fpThemePropertiesAll property combines all the properties applied to the object.
ThemePropertyNone 0 Returns none for the theme properties.
ThemePropertyVividColors 256 Returns the vivid colors property.