BackgroundStyleProperties

BackgroundStyleProperties is one these types:

BackgroundStyleProperties
AddRowButtonProperties
ArticleControl
AsideControl
BasicBlockControl
BootstrapColumnControl
BootstrapContainerControl
BootstrapRowControl
ButtonColumnControl
ButtonColumnProperties
ButtonControl
ButtonControlProperties
CanvasControl
CellStyleProperties
ColumnStyleProperties
EbaseButtonControlProperties
EditorInputProperties
FieldColumnControl
FieldControl
FieldHyperlinkProperties
FieldLayout
FieldLayoutCell
FileUploadControl
FileUploadTextControl
FinishButtonControl
FooterControl
FormHeaderProperties
GridCellControl
GridControl
GroupAndPagePanelProperties
GroupAndPageTextProperties
GroupPanelControl
HeaderControl
HeadingControl
HorizontalMenuControl
HyperlinkControl
HyperlinkStateProperties
ImageColumnControl
InitiateUploadControl
ListControl
ListHyperlinkControl
ListItemControl
ListPanelControl
MainControl
MenuControl
MenuStateProperties
MessageStyleProperties
NavControl
NavigationBarStyleProperties
NextPageButtonControl
PageControl
PageNavigationButtonStyle
PageNavigationPanel
PagePanelControl
PanelControl
PDFPageStyleProperties
PrevPageButtonControl
RepeatingStyleProperties
RepeatingTableControl
RepeatingTableListControl
RepeatingTableListRowControl
RepeatingTableRowControl
RestoreButtonControl
SaveButtonControl
SectionControl
TableAddRowCellProperties
TableCellStyleProperties
TableColumnHeaderProperties
TableControlStyleProperties
TableControlTextProperties
TableRowStyleProperties
TextControl
VerticalMenuControl

The BackgroundStyleProperties interface represents common background styling properties. It is used wherever a background can be styled.

Further documentation.

BackgroundStyleProperties Functions

getBackgroundColor BackgroundStyleProperties.getBackgroundColor( ) Background color.
setBackgroundColor BackgroundStyleProperties.setBackgroundColor( backgroundColor ) Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used.
getBackgroundImage BackgroundStyleProperties.getBackgroundImage( ) URL of the background image.
setBackgroundImage BackgroundStyleProperties.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition BackgroundStyleProperties.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition BackgroundStyleProperties.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat BackgroundStyleProperties.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat BackgroundStyleProperties.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.