Click or drag to resize

IBoxDimensionsSerialize Method


Generates an XML element that represents the box

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
XElement Serialize(
	string name
)

Parameters

name
Type: SystemString
Name of this box model, for example, "Padding"

Return Value

Type: XElement
XML represents the box model
Examples

Sample XML output

XML
<Dimensions Name = "Padding" Left="2" Top="2" Right="10" Bottom="30" />
See Also