Click or drag to resize

Padding Properties

The Padding type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Gets or sets the padding on the bottom
Public propertyHorizontal
Gets the total horizontal padding, which is the sum of Left and Right.
Public propertyIsZero
Gets a value indicating that all sides of the padding are zero
Public propertyLeft
Gets or sets the padding on the left
Public propertyRight
Gets or sets the padding on the right
Public propertySize
Gets the padding as a size value with the Horizontal and Vertical values as the Width and Height, respectively.
Public propertyTop
Gets or sets the padding on the top
Public propertyVertical
Gets the total vertical padding, which is the sum of Top and Bottom
Top
See Also