MarginStyleProperties

MarginStyleProperties is one these types:

MarginStyleProperties
ArticleControl
AsideControl
AudioControl
BasicBlockControl
BootstrapColumnControl
BootstrapContainerControl
BootstrapRowControl
ButtonColumnControl
ButtonControl
ButtonControlProperties
CanvasControl
EbaseButtonControlProperties
FieldControl
FieldHyperlinkProperties
FileUploadControl
FileUploadTextControl
FinishButtonControl
FooterControl
GridControl
GroupAndPagePanelProperties
GroupPanelControl
HeaderControl
HeadingControl
HorizontalLineControl
HorizontalMenuControl
HyperlinkControl
IFrameControl
ImageControl
InitiateUploadControl
ListControl
ListHyperlinkControl
ListItemControl
ListPanelControl
MainControl
MenuControl
MessageStyleProperties
MultimediaControlProperties
NavControl
NextPageButtonControl
PageNavigationPanel
PagePanelControl
PanelControl
PDFPageStyleProperties
PrevPageButtonControl
RepeatingStyleProperties
RepeatingTableControl
RepeatingTableListControl
RepeatingTableListRowControl
RepeatingTableRowControl
RestoreButtonControl
SaveButtonControl
SectionControl
SpacerControl
TableControlStyleProperties
TabSetControl
TextControl
TitlePanelControl
VerticalMenuControl
VideoControl

Margin represents space outside an element's border, and is displayed with the background color of it's parent element.

This is in contrast to PaddingStyleProperties which represents the space between an HTML element's content and its border. The padding space is displayed using the element's background color.

Further documentation.

MarginStyleProperties Functions

getAllMargin MarginStyleProperties.getAllMargin( ) Single MarginStyleProperties size value used for top, bottom, left and right margin.
setAllMargin MarginStyleProperties.setAllMargin( allMargin ) Sets the MarginStyleProperties size value used for top, bottom, left and right margin.
getBottomMargin MarginStyleProperties.getBottomMargin( ) Bottom MarginStyleProperties size value.
setBottomMargin MarginStyleProperties.setBottomMargin( bottomMargin ) Sets the bottom MarginStyleProperties size value.
getLeftMargin MarginStyleProperties.getLeftMargin( ) Left MarginStyleProperties size value.
setLeftMargin MarginStyleProperties.setLeftMargin( leftMargin ) Sets the left MarginStyleProperties size value.
getRightMargin MarginStyleProperties.getRightMargin( ) Right MarginStyleProperties size value.
setRightMargin MarginStyleProperties.setRightMargin( rightMargin ) Sets the right MarginStyleProperties size value.
getTopMargin MarginStyleProperties.getTopMargin( ) Top MarginStyleProperties size value.
setTopMargin MarginStyleProperties.setTopMargin( topMargin ) Sets the top MarginStyleProperties size value.