Padding::Vertical Property

 

Gets the combined padding for the top and bottom edges.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property int Vertical {
	int get();
}

Property Value

Type: System::Int32

Gets the sum, in pixels, of the Top and Bottom padding values.

This property is convenient for use in many layout calculations.

.NET Framework
Available since 2.0
Return to top
Show: