Padding::Horizontal Property

 

Gets the combined padding for the right and left edges.

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

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

Property Value

Type: System::Int32

Gets the sum, in pixels, of the Left and Right padding values.

This property is convenient for use in many layout calculations.

.NET Framework
Available since 2.0
Return to top
Show: