Copies the padding state from another padding instance
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public void CopyFrom( PaddingInfo padding ) |
| Visual Basic (Declaration) |
|---|
Public Sub CopyFrom ( _ padding As PaddingInfo _ ) |
| Visual C++ |
|---|
public: void CopyFrom( PaddingInfo^ padding ) |
Parameters
- padding
- Type: Endeca.Web.UI.WebControls..::.PaddingInfo