System.Windows.Forms.Padding: Property Members

The properties of System.Windows.Forms.Padding are listed below. For a list of all members, see the Padding Members list.

See Also: Inherited members from System.ValueType

Public Properties

Allint.

Gets or sets the padding value for all the edges.

Bottomint.

Gets or sets the padding value for the bottom edge.

[read-only]
Horizontalint.

Gets the combined padding for the right and left edges.

Leftint.

Gets or sets the padding value for the left edge.

Rightint.

Gets or sets the padding value for the right edge.

[read-only]
SizeSystem.Drawing.Size.

Gets the padding information in the form of a System.Drawing.Size.

Topint.

Gets or sets the padding value for the top edge.

[read-only]
Verticalint.

Gets the combined padding for the top and bottom edges.