CellPadding Class Members
In This Topic
The following tables list the members exposed by CellPadding.
Public Constructors
Public Properties
| 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
Public Methods
| 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
Public Events
| Name | Description |
| PropertyChanged | Occurs when a property value of the CellPadding changes. |
Top
Public Operators
See Also