IBoxDimensionsSerialize Method
|
Generates an XML element that represents the box
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxXElement Serialize(
string name
)
Function Serialize (
name As String
) As XElement
XElement^ Serialize(
String^ name
)
abstract Serialize :
name : string -> XElement Parameters
- name String
- Name of this box model, for example, "Padding"
Return Value
XElementXML represents the box model
ExampleSample XML output
<Dimensions Name = "Padding" Left="2" Top="2" Right="10" Bottom="30" />
See Also