TrackBar::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 TrackBar 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

A Padding object.

The Padding property has no effect on the appearance of the TrackBar control; therefore, it is hidden in the designer and from IntelliSense.

.NET Framework
Available since 2.0
Return to top
Show: