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.3.169
Syntax XElement Serialize(
string name
)
Function Serialize (
name As String
) As XElement
XElement^ Serialize(
String^ name
)
abstract Serialize :
name : string -> XElement
Parameters
- name
- Type: SystemString
Name of this box model, for example, "Padding"
Return Value
Type:
XElementXML represents the box model
Examples Sample XML output
<Dimensions Name = "Padding" Left="2" Top="2" Right="10" Bottom="30" />
See Also