Helper for controlling the Padding style

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class PaddingInfo
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class PaddingInfo
Visual C++
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class PaddingInfo

Inheritance Hierarchy

System..::.Object
  Endeca.Web.UI.WebControls..::.PaddingInfo

See Also