CellPadding Class Members
The following tables list the members exposed by CellPadding.
| Name | Description |
 | All | Gets or sets the padding, in pixels, for the all edges. |
 | Bottom | Gets or sets the padding, in pixels, for the bottom edge. |
 | Horizontal | Gets the sum, in pixels, for the right and left edges. |
 | IsEmpty | Gets a value indicating whether this instance is empty. |
 | Left | Gets or sets the padding, in pixels, for the left edge. |
 | Right | Gets or sets the padding, in pixels, for the right edge. |
 | Top | Gets or sets the padding, in pixels, for the top edge. |
 | Vertical | Gets the sum, in pixels, for the top and bottom edges. |
Top
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | CompareTo | Overloaded. Compares the current CellPadding object with another CellPadding object. |
 | Deserialize | Loads the object from XML. |
 | Equals | Overloaded. Determines whether the value of the specified object is equivalent to the current CellPadding object. |
 | GetHashCode | Serves as a hash function for a particular type. |
 | GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
 | Reset | Resets this instance to default value. |
 | Serialize | Saves the object to XML. |
Top
| Name | Description |
 | PropertyChanged | Occurs when a property value of the CellPadding changes. |
Top