NumericUpDown::Padding Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the space between the edges of a NumericUpDown control and its contents.

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

public:
[BrowsableAttribute(false)]
property Padding Padding {
	Padding get();
	void set(Padding value);
}

Property Value

Type: System.Windows.Forms::Padding

Empty in all cases.

Setting the Padding property as no effect on the appearance of the NumericUpDown control.

.NET Framework
Available since 2.0
Return to top
Show: