Control..::..Padding Property

Defines the space inside of a control that keeps child controls at a specified distance from the control's borders.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Margin Padding { get; set; }
Public Property Padding As Margin
	Get
	Set
public:
property Margin^ Padding {
	Margin^ get ();
	void set (Margin^ value);
}