Merges padding state with another padding info instance. If both padding info objects have a specified padding value, the value from this instance is used instead of the value from the parameter.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public void MergeWith(
	PaddingInfo padding
)
Visual Basic (Declaration)
Public Sub MergeWith ( _
	padding As PaddingInfo _
)
Visual C++
public:
void MergeWith(
	PaddingInfo^ padding
)

See Also