Gets the padding information in the form of a System.Drawing.Size.
Documentation for this section has not yet been entered.
The Padding.Size property performs a type conversion from System.Windows.Forms.Padding to System.Drawing.Size. The Padding.Horizontal property corresponds to the System.Drawing.Size.Width property, and the Padding.Vertical property corresponds to the System.Drawing.Size.Height property.
Padding.Size is convenient for use in many layout calculations.