LinkLabel::Padding Property

 

Gets or sets the interior spacing, in pixels, between the edges of a LinkLabel and its contents.

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

public:
property Padding Padding {
	Padding get();
	void set(Padding value);
}

Property Value

Type: System.Windows.Forms::Padding

Padding values representing the interior spacing, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: