TableStyle.BottomPadding Property

Definition

Returns or sets the amount of space (in points) to add below the contents of a single cell or all the cells in a table.

public:
 property float BottomPadding { float get(); void set(float value); };
public float BottomPadding { get; set; }
member this.BottomPadding : single with get, set
Public Property BottomPadding As Single

Property Value

Remarks

The setting of the BottomPadding property for a single cell overrides the setting of the BottomPadding property for the entire table.

Applies to